Shades of Navy #09016F
Tints of Navy #09016F
RGB
CMYK
RGB Variations
Color information
#09016F (or 0x09016F) is known color: Navy. HEX triplet: 09, 01 and 6F. RGB value is (9,1,111). Sum of RGB (Red+Green+Blue) = 9+1+111=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 111 (43.75% from 255 or 91.74% from 121); Max value from RGB is 111 - color contains mainly: blue. Hex color #09016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09016F is #F6FE90. Grayscale: #0F0F0F. Windows color (decimal): -16187025 or 7274761. OLE color: 7274761.
HSL color Cylindrical-coordinate representation of color #09016F: hue angle of 244.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09016F is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 1 | 111 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.56 |
| HSL | 244.36º | 0.98% | 0.22% | - |
| HSV(B) | 244.36º | 0.99% | 0.44% | - |
| XYZ | 2.99 | 1.23 | 15.12 | - |
| YUV | 15.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 111 | 0.92 | 0.99 | 0 | 0.56 | 244.36 | 0.98 | 0.22 |
| Hex | 9 | 1 | 6F | 5C | 63 | 0 | 38 | F4 | 62 | 16 |
| Octal | 11 | 1 | 157 | 134 | 143 | 0 | 70 | 364 | 142 | 26 |
| Binary | 1001 | 1 | 1101111 | 1011100 | 1100011 | 0 | 111000 | 11110100 | 1100010 | 10110 |
Color Harmonies of #09016F
Complementary color
Monochromatic Colors of #09016F
Black with #09016F
Text Example
Text Example
White with #09016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09016F; }
p { color: rgb(9,1,111); }
H1.HeaderClassName
{
color: #09016F;
}
.AnyTagClassName
{
color: #09016F;
}
</style>
background-color css
<style>
a { background-color: #09016F; }
a { background-color: rgb(9,1,111); }
div.DivClassName
{
background-color: #09016F;
}
.BgClassName
{
background-color: #09016F;
}
</style>
border-color css
<style>
span { border-color: #09016F; }
span { border-color: rgb(9,1,111); }
td.TdClassName
{
border-color: #09016F;
}
.TagClassName
{
border-color: #09016F;
}
</style>