COLOR #09136F

HEX: #09136F RGB: (9,19,111)

Color info

#09136F contains mainly blue color. Web safe color of #09136F is #000066 (or #006).

RGB color model

#09136F color RGB value is (9,19,111).

RGB: (9,19,111) (4%, 7%, 44%)

RGB channels and saturation

R 9 of 255 = 4%
G 19 of 255 = 7%
B 111 of 255 = 44%

9
19
111

R + G + B ~ 18%. #09136F is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 19 + 111 = 139 (100%)
R 9 of 139 ~ 6.47%
G 19 of 139 ~ 13.67%
B 111 of 139 ~ 79.86'%

%13.67
%79.86

CMYK color model

#09136F color CMYK value is (92,83,0,56).

  • cyan value is 91.89%
  • magenta value is 82.88%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (92,83,0,56)
C92M83Y0K56 (92%, 83%, 0%, 56%)
(0.92 / 0.83 / 0.00 / 0.56)

CMYK percentages

%91.89
%82.88
%0
%56.47

Codes

Color #09136F in popluar color models

09 13 6F
RGB 9 19 111
HSL 234° 85.00% 23.53%
HSB/HSV 234° 91.89% 43.53%
CMYK 91.89% 82.88% 0.00%
56.47%

Color #09136F in popluar number systems.

HEX 09 13 6F
Decimal 9 19 111
Binary 1001 10011 1101111
Octal 11 23 157

Shades and tints

Shades of #09136F

#09136F
(9,19,111)
#091265
(9,18,101)
#09115B
(9,17,91)
#091051
(9,16,81)
#090F47
(9,15,71)
#090E3D
(9,14,61)
#090D33
(9,13,51)
#090C29
(9,12,41)
#090B1F
(9,11,31)
#090A15
(9,10,21)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #09136F

#09136F
(9,19,111)
#1F287C
(31,40,124)
#353D89
(53,61,137)
#4B5296
(75,82,150)
#6167A3
(97,103,163)
#777CB0
(119,124,176)
#8D91BD
(141,145,189)
#A3A6CA
(163,166,202)
#B9BBD7
(185,187,215)
#CFD0E4
(207,208,228)
#E5E5F1
(229,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09136F color. Also use rgb(9,19,111) instead hex code.

Text Font Color

.myTextColor { color: #09136F; }

<p style="color:#09136F">This sample text font color is #09136F.</p>

This text font color is #09136F.

Background Color

.myBgColor { background-color: #09136F; }

<div style="background-color:#09136F">Inner text</div>

This div background color is #09136F.

Border color

.myBorderColor { border: 1px solid #09136F; }

<div style="border:3px solid #09136F">Div</div>

This div border color is #09136F.

Opacity

.myOpacity80 { color: #09136F; opacity: 0.8; }

<p style="color:#09136F;opacity:0.8;">80%</p>

Text with #09136F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #09136F;}

<p style="text-shadow: 3px 3px 1px #09136F">Text here.</p>

This text has shadow with #09136F color.


.textShadow {text-shadow: 3px 3px 1px #09136F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #09136F, 5px 5px 20px red">Text here.</p>

This text has shadow with #09136F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09136F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#09136F, Direction=45, Strength=4)">Text</p>

This text has shadow with #09136F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #09136F;
-webkit-box-shadow: 1px 1px 3px 2px #09136F;
box-shadow: 1px 1px 3px 2px #09136F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09136F; -webkit-box-shadow: 1px 1px 3px 2px #09136F; box-shadow:1px 1px 3px 2px #09136F;">
Div content here
</div>

This div box has shadow with color #09136F.

Preview

Color preview on black background

This text has color #09136F on black background.


Color preview on white background

This text has color #09136F on white background.


Black color preview on #09136F background

This text has black color on #09136F background.


White color preview on #09136F background

This text has white color on #09136F background.


Related colors

Complementary color

Complementary color for #hex is #F6EC90.


I love getcolorcode.com

Triadic colors

1 #6F0913 and #136F09 with #09136F are triadic colors.

2 #6F1309 and #13096F with #09136F are triadic colors.