COLOR #090C29

HEX: #090C29
RGB: (9,12,41)

Color info

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

RGB color model

#090C29 color RGB value is (9,12,41).

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

RGB channels and saturation

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

9
12
41

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

Portions of RGB colors in percentages

R + G + B =
9 + 12 + 41 = 62 (100%)
R 9 of 62 ~ 14.52%
G 12 of 62 ~ 19.35%
B 41 of 62 ~ 66.13%

%14.52
%19.35
%66.13

CMYK color model

#090C29 color CMYK value is (78,71,0,84).

  • cyan value is 78.05%
  • magenta value is 70.73%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(78,71,0,84)
C78M71Y0K84 
(78%,71%,0%,84%)
(0.78/0.71/0.00/0.84)	

CMYK percentages

%78.05
%70.73
%0
%83.92

Codes

Color #090C29 in popluar color models

090C29
RGB91241
HSL234°64.00%9.80%
HSB/HSV234°78.05%16.08%
CMYK78.05%70.73%0.00%
83.92%

Color #090C29 in popluar number systems.

HEX090C29
Decimal91241
Binary10011100101001
Octal111451

Shades and tints

Shades of #090C29

#090C29
(9,12,41)
#090B26
(9,11,38)
#090A23
(9,10,35)
#090920
(9,9,32)
#09081D
(9,8,29)
#09071A
(9,7,26)
#090617
(9,6,23)
#090514
(9,5,20)
#090411
(9,4,17)
#09030E
(9,3,14)
#09020B
(9,2,11)
#000000
(0,0,0)

Tints of #090C29

#090C29
(9,12,41)
#1F223C
(31,34,60)
#35384F
(53,56,79)
#4B4E62
(75,78,98)
#616475
(97,100,117)
#777A88
(119,122,136)
#8D909B
(141,144,155)
#A3A6AE
(163,166,174)
#B9BCC1
(185,188,193)
#CFD2D4
(207,210,212)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090C29; }

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

This text font color is #090C29.


Background Color

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

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

This div background color is #090C29.


Border color

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

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

This div border color is #090C29.


Opacity

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

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

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

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

This text has shadow with #090C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090C29 on black background.


Color preview on white background

This text has color #090C29 on white background.



Black color preview on #090C29 background

This text has black color on #090C29 background.


White color preview on #090C29 background

This text has white color on #090C29 background.