Shades of Navy #090C76
Tints of Navy #090C76
RGB
CMYK
RGB Variations
Color information
#090C76 (or 0x090C76) is known color: 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
| RGB | 9 | 12 | 118 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.54 |
| HSL | 238.35º | 0.86% | 0.25% | - |
| HSV(B) | 238.35º | 0.92% | 0.46% | - |
| XYZ | 3.51 | 1.63 | 17.27 | - |
| YUV | 23.19 | 181.51 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 118 | 0.92 | 0.90 | 0 | 0.54 | 238.35 | 0.86 | 0.25 |
| Hex | 9 | C | 76 | 5C | 5A | 0 | 36 | EE | 56 | 19 |
| Octal | 11 | 14 | 166 | 134 | 132 | 0 | 66 | 356 | 126 | 31 |
| Binary | 1001 | 1100 | 1110110 | 1011100 | 1011010 | 0 | 110110 | 11101110 | 1010110 | 11001 |
Color Harmonies of #090C76
Complementary color
Monochromatic Colors of #090C76
Black with #090C76
Text Example
Text Example
White with #090C76
Text Example
Text Example
HTML Codes & Css Web 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>