COLOR #090C27

HEX: #090C27
RGB: (9,12,39)

Color info

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

RGB color model

#090C27 color RGB value is (9,12,39).

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

RGB channels and saturation

R 9 of 255 = 4%
G 12 of 255 = 5%
B 39 of 255 = 15%

9
12
39

R + G + B ~ 8%. #090C27 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 12 + 39 = 60 (100%)
R 9 of 60 ~ 15%
G 12 of 60 ~ 20%
B 39 of 60 ~ 65%

%15
%20
%65

CMYK color model

#090C27 color CMYK value is (77,69,0,85).

  • cyan value is 76.92%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(77,69,0,85)
C77M69Y0K85 
(77%,69%,0%,85%)
(0.77/0.69/0.00/0.85)	

CMYK percentages

%76.92
%69.23
%0
%84.71

Codes

Color #090C27 in popluar color models

090C27
RGB91239
HSL234°62.50%9.41%
HSB/HSV234°76.92%15.29%
CMYK76.92%69.23%0.00%
84.71%

Color #090C27 in popluar number systems.

HEX090C27
Decimal91239
Binary10011100100111
Octal111447

Shades and tints

Shades of #090C27

#090C27
(9,12,39)
#090B24
(9,11,36)
#090A21
(9,10,33)
#09091E
(9,9,30)
#09081B
(9,8,27)
#090718
(9,7,24)
#090615
(9,6,21)
#090512
(9,5,18)
#09040F
(9,4,15)
#09030C
(9,3,12)
#090209
(9,2,9)
#000000
(0,0,0)

Tints of #090C27

#090C27
(9,12,39)
#1F223A
(31,34,58)
#35384D
(53,56,77)
#4B4E60
(75,78,96)
#616473
(97,100,115)
#777A86
(119,122,134)
#8D9099
(141,144,153)
#A3A6AC
(163,166,172)
#B9BCBF
(185,188,191)
#CFD2D2
(207,210,210)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090C27; }

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

This text font color is #090C27.


Background Color

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

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

This div background color is #090C27.


Border color

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

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

This div border color is #090C27.


Opacity

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

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

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

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

This text has shadow with #090C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090C27 on black background.


Color preview on white background

This text has color #090C27 on white background.



Black color preview on #090C27 background

This text has black color on #090C27 background.


White color preview on #090C27 background

This text has white color on #090C27 background.