Shades of Navy #09017E
Tints of Navy #09017E
RGB
CMYK
RGB Variations
Color information
#09017E (or 0x09017E) is known color: Navy. HEX triplet: 09, 01 and 7E. RGB value is (9,1,126). Sum of RGB (Red+Green+Blue) = 9+1+126=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 126 (49.61% from 255 or 92.65% from 136); Max value from RGB is 126 - color contains mainly: blue. Hex color #09017E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09017E is #F6FE81. Grayscale: #111111. Windows color (decimal): -16187010 or 8257801. OLE color: 8257801.
HSL color Cylindrical-coordinate representation of color #09017E: hue angle of 243.84º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09017E is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 1 | 126 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.51 |
| HSL | 243.84º | 0.98% | 0.25% | - |
| HSV(B) | 243.84º | 0.99% | 0.49% | - |
| XYZ | 3.89 | 1.59 | 19.84 | - |
| YUV | 17.64 | 189.15 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 126 | 0.93 | 0.99 | 0 | 0.51 | 243.84 | 0.98 | 0.25 |
| Hex | 9 | 1 | 7E | 5D | 63 | 0 | 33 | F4 | 62 | 19 |
| Octal | 11 | 1 | 176 | 135 | 143 | 0 | 63 | 364 | 142 | 31 |
| Binary | 1001 | 1 | 1111110 | 1011101 | 1100011 | 0 | 110011 | 11110100 | 1100010 | 11001 |
Color Harmonies of #09017E
Complementary color
Monochromatic Colors of #09017E
Black with #09017E
Text Example
Text Example
White with #09017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09017E; }
p { color: rgb(9,1,126); }
H1.HeaderClassName
{
color: #09017E;
}
.AnyTagClassName
{
color: #09017E;
}
</style>
background-color css
<style>
a { background-color: #09017E; }
a { background-color: rgb(9,1,126); }
div.DivClassName
{
background-color: #09017E;
}
.BgClassName
{
background-color: #09017E;
}
</style>
border-color css
<style>
span { border-color: #09017E; }
span { border-color: rgb(9,1,126); }
td.TdClassName
{
border-color: #09017E;
}
.TagClassName
{
border-color: #09017E;
}
</style>