Shades of Navy #090C84
Tints of Navy #090C84
RGB
CMYK
RGB Variations
Color information
#090C84 (or 0x090C84) is known color: Navy. HEX triplet: 09, 0C and 84. RGB value is (9,12,132). Sum of RGB (Red+Green+Blue) = 9+12+132=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 132 (51.95% from 255 or 86.27% from 153); Max value from RGB is 132 - color contains mainly: blue. Hex color #090C84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090C84 is #F6F37B. Grayscale: #181818. Windows color (decimal): -16184188 or 8653833. OLE color: 8653833.
HSL color Cylindrical-coordinate representation of color #090C84: hue angle of 238.54º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090C84 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 12 | 132 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.48 |
| HSL | 238.54º | 0.87% | 0.28% | - |
| HSV(B) | 238.54º | 0.93% | 0.52% | - |
| XYZ | 4.41 | 1.99 | 21.98 | - |
| YUV | 24.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 132 | 0.93 | 0.91 | 0 | 0.48 | 238.54 | 0.87 | 0.28 |
| Hex | 9 | C | 84 | 5D | 5B | 0 | 30 | EF | 57 | 1C |
| Octal | 11 | 14 | 204 | 135 | 133 | 0 | 60 | 357 | 127 | 34 |
| Binary | 1001 | 1100 | 10000100 | 1011101 | 1011011 | 0 | 110000 | 11101111 | 1010111 | 11100 |
Color Harmonies of #090C84
Complementary color
Monochromatic Colors of #090C84
Black with #090C84
Text Example
Text Example
White with #090C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C84; }
p { color: rgb(9,12,132); }
H1.HeaderClassName
{
color: #090C84;
}
.AnyTagClassName
{
color: #090C84;
}
</style>
background-color css
<style>
a { background-color: #090C84; }
a { background-color: rgb(9,12,132); }
div.DivClassName
{
background-color: #090C84;
}
.BgClassName
{
background-color: #090C84;
}
</style>
border-color css
<style>
span { border-color: #090C84; }
span { border-color: rgb(9,12,132); }
td.TdClassName
{
border-color: #090C84;
}
.TagClassName
{
border-color: #090C84;
}
</style>