COLOR #090C28

HEX: #090C28 RGB: (9,12,40)

Color info

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

RGB color model

#090C28 color RGB value is (9,12,40).

RGB: (9,12,40) (4%, 5%, 16%)

RGB channels and saturation

R 9 of 255 = 4%
G 12 of 255 = 5%
B 40 of 255 = 16%

9
12
40

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

Portions of RGB colors in percentages

R + G + B = 9 + 12 + 40 = 61 (100%)
R 9 of 61 ~ 14.75%
G 12 of 61 ~ 19.67%
B 40 of 61 ~ 65.57'%

%14.75
%19.67
%65.57

CMYK color model

#090C28 color CMYK value is (78,70,0,84).

  • cyan value is 77.50%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (78,70,0,84)
C78M70Y0K84 (78%, 70%, 0%, 84%)
(0.78 / 0.70 / 0.00 / 0.84)

CMYK percentages

%77.5
%70
%0
%84.31

Codes

Color #090C28 in popluar color models

09 0C 28
RGB 9 12 40
HSL 234° 63.27% 9.61%
HSB/HSV 234° 77.50% 15.69%
CMYK 77.50% 70.00% 0.00%
84.31%

Color #090C28 in popluar number systems.

HEX 09 0C 28
Decimal 9 12 40
Binary 1001 1100 101000
Octal 11 14 50

Shades and tints

Shades of #090C28

#090C28
(9,12,40)
#090B25
(9,11,37)
#090A22
(9,10,34)
#09091F
(9,9,31)
#09081C
(9,8,28)
#090719
(9,7,25)
#090616
(9,6,22)
#090513
(9,5,19)
#090410
(9,4,16)
#09030D
(9,3,13)
#09020A
(9,2,10)
#000000
(0,0,0)

Tints of #090C28

#090C28
(9,12,40)
#1F223B
(31,34,59)
#35384E
(53,56,78)
#4B4E61
(75,78,97)
#616474
(97,100,116)
#777A87
(119,122,135)
#8D909A
(141,144,154)
#A3A6AD
(163,166,173)
#B9BCC0
(185,188,192)
#CFD2D3
(207,210,211)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090C28; }

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

This text font color is #090C28.

Background Color

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

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

This div background color is #090C28.

Border color

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

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

This div border color is #090C28.

Opacity

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

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

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

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

This text has shadow with #090C28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090C28.

Preview

Color preview on black background

This text has color #090C28 on black background.


Color preview on white background

This text has color #090C28 on white background.


Black color preview on #090C28 background

This text has black color on #090C28 background.


White color preview on #090C28 background

This text has white color on #090C28 background.


Related colors

Complementary color

Complementary color for #hex is #F6F3D7.


I love getcolorcode.com

Triadic colors

1 #28090C and #0C2809 with #090C28 are triadic colors.

2 #280C09 and #0C0928 with #090C28 are triadic colors.