#090C76

Color #090C76 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #090C76

Tints of Navy #090C76

Color information

#090C76 (or 0x090C76) is unknown color: approx Navy. HEX triplet: 09, 0C and 76. RGB value is (9,12,118). Sum of RGB (Red+Green+Blue) = 9+12+118=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #090C76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C76 is #F6F389. Grayscale: #161616. Windows color (decimal): -16184202 or 7736329. OLE color: 7736329.

HSL color Cylindrical-coordinate representation of color #090C76: hue angle of 238.35º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090C76 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB912118-
CMYK0.920.9000.54
HSL238.35º85.83%24.9%-
HSV(B)238.35º92.37%46.27%-
XYZ3.511.6317.27-
YUV23.19181.51117.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 12 (5.08% from 255) = 8.63%
BLUE value IS 118 (46.48% from 255) = 84.89%
R=6.47%
G=8.63%
B=84.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9121180.920.9000.54238.3585.8324.9
Hex9C765C5A036ee5619
Octal111416613413206635612631
Binary10011100111011010111001011010011011011101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090C76; }

 p { color: rgb(9,12,118); }

 H1.HeaderClassName
 {
   color: #090C76;
 }
 .AnyTagClassName
 {
   color: #090C76;
 }
</style>
background-color css

<style>
 a { background-color: #090C76; }

 a { background-color: rgb(9,12,118); }

 div.DivClassName
 {
   background-color: #090C76;
 }
 .BgClassName
 {
   background-color: #090C76;
 }
</style>
border-color css

<style>
 span { border-color: #090C76; }

 span { border-color: rgb(9,12,118); }

 td.TdClassName
 {
   border-color: #090C76;
 }
 .TagClassName
 {
   border-color: #090C76;
 }
</style>