COLOR #090C39

HEX: #090C39
RGB: (9,12,57)

Color info

#090C39 contains red, green and blue colors in about the same proportion. Web safe color of #090C39 is #000033 (or #003).

RGB color model

#090C39 color RGB value is (9,12,57).

  • red value is 9;
  • green value is 12;
  • blue value is 57.
RGB:
(9,12,57)
(4%,5%,22%)

RGB channels and saturation

R 9 of 255 = 4%
G 12 of 255 = 5%
B 57 of 255 = 22%

9
12
57

R + G + B ~ 10%. #090C39 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 12 + 57 = 78 (100%)
R 9 of 78 ~ 11.54%
G 12 of 78 ~ 15.38%
B 57 of 78 ~ 73.08%

%11.54
%15.38
%73.08

CMYK color model

#090C39 color CMYK value is (84,79,0,78).

  • cyan value is 84.21%
  • magenta value is 78.95%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(84,79,0,78)
C84M79Y0K78 
(84%,79%,0%,78%)
(0.84/0.79/0.00/0.78)	

CMYK percentages

%84.21
%78.95
%0
%77.65

Codes

Color #090C39 in popluar color models

090C39
RGB91257
HSL236°72.73%12.94%
HSB/HSV236°84.21%22.35%
CMYK84.21%78.95%0.00%
77.65%

Color #090C39 in popluar number systems.

HEX090C39
Decimal91257
Binary10011100111001
Octal111471

Shades and tints

Shades of #090C39

#090C39
(9,12,57)
#090B34
(9,11,52)
#090A2F
(9,10,47)
#09092A
(9,9,42)
#090825
(9,8,37)
#090720
(9,7,32)
#09061B
(9,6,27)
#090516
(9,5,22)
#090411
(9,4,17)
#09030C
(9,3,12)
#090207
(9,2,7)
#000000
(0,0,0)

Tints of #090C39

#090C39
(9,12,57)
#1F224B
(31,34,75)
#35385D
(53,56,93)
#4B4E6F
(75,78,111)
#616481
(97,100,129)
#777A93
(119,122,147)
#8D90A5
(141,144,165)
#A3A6B7
(163,166,183)
#B9BCC9
(185,188,201)
#CFD2DB
(207,210,219)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090C39 color. Also use rgb(9,12,57) instead hex code.

Text Font Color

.myTextColor { color: #090C39; }

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

This text font color is #090C39.


Background Color

.myBgColor { background-color: #090C39; }

<div style="background-color:#090C39">Inner text</div>

This div background color is #090C39.


Border color

.myBorderColor { border: 1px solid #090C39; }

<div style="border:3px solid #090C39">Div</div>

This div border color is #090C39.


Opacity

.myOpacity80 { color: #090C39; opacity: 0.8; }

<p style="color:#090C39;opacity:0.8;">80%</p>

Text with #090C39 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 #090C39;}

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

This text has shadow with #090C39 color.

.textShadow {text-shadow: 3px 3px 1px #090C39, 3px 3px 1px red;}

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

This text has shadow with #090C39 primary color and red secondary color.


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

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

This text has shadow with #090C39 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #090C39;
-webkit-box-shadow: 1px 1px 3px 2px #090C39;
box-shadow:1px 1px 3px 2px #090C39;">
Div content here</div>
This div box has shadow with color #090C39.

Preview

Color preview on black background

This text has color #090C39 on black background.


Color preview on white background

This text has color #090C39 on white background.



Black color preview on #090C39 background

This text has black color on #090C39 background.


White color preview on #090C39 background

This text has white color on #090C39 background.