Shades of Navy #09017F
Tints of Navy #09017F
RGB
CMYK
RGB Variations
Color information
#09017F (or 0x09017F) is known color: Navy. HEX triplet: 09, 01 and 7F. RGB value is (9,1,127). Sum of RGB (Red+Green+Blue) = 9+1+127=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 127 (50% from 255 or 92.70% from 137); Max value from RGB is 127 - color contains mainly: blue. Hex color #09017F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09017F is #F6FE80. Grayscale: #111111. Windows color (decimal): -16187009 or 8323337. OLE color: 8323337.
HSL color Cylindrical-coordinate representation of color #09017F: hue angle of 243.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09017F is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 1 | 127 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.50 |
| HSL | 243.81º | 0.98% | 0.25% | - |
| HSV(B) | 243.81º | 0.99% | 0.5% | - |
| XYZ | 3.95 | 1.61 | 20.18 | - |
| YUV | 17.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 127 | 0.93 | 0.99 | 0 | 0.50 | 243.81 | 0.98 | 0.25 |
| Hex | 9 | 1 | 7F | 5D | 63 | 0 | 32 | F4 | 62 | 19 |
| Octal | 11 | 1 | 177 | 135 | 143 | 0 | 62 | 364 | 142 | 31 |
| Binary | 1001 | 1 | 1111111 | 1011101 | 1100011 | 0 | 110010 | 11110100 | 1100010 | 11001 |
Color Harmonies of #09017F
Complementary color
Monochromatic Colors of #09017F
Black with #09017F
Text Example
Text Example
White with #09017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09017F; }
p { color: rgb(9,1,127); }
H1.HeaderClassName
{
color: #09017F;
}
.AnyTagClassName
{
color: #09017F;
}
</style>
background-color css
<style>
a { background-color: #09017F; }
a { background-color: rgb(9,1,127); }
div.DivClassName
{
background-color: #09017F;
}
.BgClassName
{
background-color: #09017F;
}
</style>
border-color css
<style>
span { border-color: #09017F; }
span { border-color: rgb(9,1,127); }
td.TdClassName
{
border-color: #09017F;
}
.TagClassName
{
border-color: #09017F;
}
</style>