Shades of Navy #090062
Tints of Navy #090062
RGB
CMYK
RGB Variations
Color information
#090062 (or 0x090062) is known color: Navy. HEX triplet: 09, 00 and 62. RGB value is (9,0,98). Sum of RGB (Red+Green+Blue) = 9+0+98=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 98 (38.67% from 255 or 91.59% from 107); Max value from RGB is 98 - color contains mainly: blue. Hex color #090062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090062 is #F6FF9D. Grayscale: #0D0D0D. Windows color (decimal): -16187294 or 6422537. OLE color: 6422537.
HSL color Cylindrical-coordinate representation of color #090062: hue angle of 245.51º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090062 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 0 | 98 | - |
| CMYK | 0.91 | 1 | 0 | 0.62 |
| HSL | 245.51º | 1% | 0.19% | - |
| HSV(B) | 245.51º | 1% | 0.38% | - |
| XYZ | 2.32 | 0.94 | 11.61 | - |
| YUV | 13.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 98 | 0.91 | 1 | 0 | 0.62 | 245.51 | 1 | 0.19 |
| Hex | 9 | 0 | 62 | 5B | 64 | 0 | 3E | F6 | 64 | 13 |
| Octal | 11 | 0 | 142 | 133 | 144 | 0 | 76 | 366 | 144 | 23 |
| Binary | 1001 | 0 | 1100010 | 1011011 | 1100100 | 0 | 111110 | 11110110 | 1100100 | 10011 |
Color Harmonies of #090062
Complementary color
Monochromatic Colors of #090062
Black with #090062
Text Example
Text Example
White with #090062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090062; }
p { color: rgb(9,0,98); }
H1.HeaderClassName
{
color: #090062;
}
.AnyTagClassName
{
color: #090062;
}
</style>
background-color css
<style>
a { background-color: #090062; }
a { background-color: rgb(9,0,98); }
div.DivClassName
{
background-color: #090062;
}
.BgClassName
{
background-color: #090062;
}
</style>
border-color css
<style>
span { border-color: #090062; }
span { border-color: rgb(9,0,98); }
td.TdClassName
{
border-color: #090062;
}
.TagClassName
{
border-color: #090062;
}
</style>