Shades of Navy #090C77
Tints of Navy #090C77
RGB
CMYK
RGB Variations
Color information
#090C77 (or 0x090C77) is known color: Navy. HEX triplet: 09, 0C and 77. RGB value is (9,12,119). Sum of RGB (Red+Green+Blue) = 9+12+119=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 119 (46.88% from 255 or 85% from 140); Max value from RGB is 119 - color contains mainly: blue. Hex color #090C77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C77 is #F6F388. Grayscale: #161616. Windows color (decimal): -16184201 or 7801865. OLE color: 7801865.
HSL color Cylindrical-coordinate representation of color #090C77: hue angle of 238.36º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090C77 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 12 | 119 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.53 |
| HSL | 238.36º | 0.86% | 0.25% | - |
| HSV(B) | 238.36º | 0.92% | 0.47% | - |
| XYZ | 3.57 | 1.65 | 17.58 | - |
| YUV | 23.3 | 182.01 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 119 | 0.92 | 0.90 | 0 | 0.53 | 238.36 | 0.86 | 0.25 |
| Hex | 9 | C | 77 | 5C | 5A | 0 | 35 | EE | 56 | 19 |
| Octal | 11 | 14 | 167 | 134 | 132 | 0 | 65 | 356 | 126 | 31 |
| Binary | 1001 | 1100 | 1110111 | 1011100 | 1011010 | 0 | 110101 | 11101110 | 1010110 | 11001 |
Color Harmonies of #090C77
Complementary color
Monochromatic Colors of #090C77
Black with #090C77
Text Example
Text Example
White with #090C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C77; }
p { color: rgb(9,12,119); }
H1.HeaderClassName
{
color: #090C77;
}
.AnyTagClassName
{
color: #090C77;
}
</style>
background-color css
<style>
a { background-color: #090C77; }
a { background-color: rgb(9,12,119); }
div.DivClassName
{
background-color: #090C77;
}
.BgClassName
{
background-color: #090C77;
}
</style>
border-color css
<style>
span { border-color: #090C77; }
span { border-color: rgb(9,12,119); }
td.TdClassName
{
border-color: #090C77;
}
.TagClassName
{
border-color: #090C77;
}
</style>