Shades of Navy #090C78
Tints of Navy #090C78
RGB
CMYK
RGB Variations
Color information
#090C78 (or 0x090C78) is known color: Navy. HEX triplet: 09, 0C and 78. RGB value is (9,12,120). Sum of RGB (Red+Green+Blue) = 9+12+120=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 120 (47.27% from 255 or 85.11% from 141); Max value from RGB is 120 - color contains mainly: blue. Hex color #090C78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C78 is #F6F387. Grayscale: #161616. Windows color (decimal): -16184200 or 7867401. OLE color: 7867401.
HSL color Cylindrical-coordinate representation of color #090C78: hue angle of 238.38º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090C78 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 12 | 120 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.53 |
| HSL | 238.38º | 0.86% | 0.25% | - |
| HSV(B) | 238.38º | 0.93% | 0.47% | - |
| XYZ | 3.63 | 1.68 | 17.9 | - |
| YUV | 23.42 | 182.51 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 120 | 0.92 | 0.90 | 0 | 0.53 | 238.38 | 0.86 | 0.25 |
| Hex | 9 | C | 78 | 5C | 5A | 0 | 35 | EE | 56 | 19 |
| Octal | 11 | 14 | 170 | 134 | 132 | 0 | 65 | 356 | 126 | 31 |
| Binary | 1001 | 1100 | 1111000 | 1011100 | 1011010 | 0 | 110101 | 11101110 | 1010110 | 11001 |
Color Harmonies of #090C78
Complementary color
Monochromatic Colors of #090C78
Black with #090C78
Text Example
Text Example
White with #090C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C78; }
p { color: rgb(9,12,120); }
H1.HeaderClassName
{
color: #090C78;
}
.AnyTagClassName
{
color: #090C78;
}
</style>
background-color css
<style>
a { background-color: #090C78; }
a { background-color: rgb(9,12,120); }
div.DivClassName
{
background-color: #090C78;
}
.BgClassName
{
background-color: #090C78;
}
</style>
border-color css
<style>
span { border-color: #090C78; }
span { border-color: rgb(9,12,120); }
td.TdClassName
{
border-color: #090C78;
}
.TagClassName
{
border-color: #090C78;
}
</style>