Shades of Navy #00117F
Tints of Navy #00117F
RGB
CMYK
RGB Variations
Color information
#00117F (or 0x00117F) is known color: Navy. HEX triplet: 00, 11 and 7F. RGB value is (0,17,127). Sum of RGB (Red+Green+Blue) = 0+17+127=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 127 (50% from 255 or 88.19% from 144); Max value from RGB is 127 - color contains mainly: blue. Hex color #00117F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00117F is #FFEE80. Grayscale: #181818. Windows color (decimal): -16772737 or 8327424. OLE color: 8327424.
HSL color Cylindrical-coordinate representation of color #00117F: hue angle of 231.97º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00117F is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 17 | 127 | - |
| CMYK | 1 | 0.87 | 0 | 0.50 |
| HSL | 231.97º | 1% | 0.25% | - |
| HSV(B) | 231.97º | 1% | 0.5% | - |
| XYZ | 4.03 | 1.93 | 20.24 | - |
| YUV | 24.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 127 | 1 | 0.87 | 0 | 0.50 | 231.97 | 1 | 0.25 |
| Hex | 0 | 11 | 7F | 64 | 57 | 0 | 32 | E8 | 64 | 19 |
| Octal | 0 | 21 | 177 | 144 | 127 | 0 | 62 | 350 | 144 | 31 |
| Binary | 0 | 10001 | 1111111 | 1100100 | 1010111 | 0 | 110010 | 11101000 | 1100100 | 11001 |
Color Harmonies of #00117F
Complementary color
Monochromatic Colors of #00117F
Black with #00117F
Text Example
Text Example
White with #00117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00117F; }
p { color: rgb(0,17,127); }
H1.HeaderClassName
{
color: #00117F;
}
.AnyTagClassName
{
color: #00117F;
}
</style>
background-color css
<style>
a { background-color: #00117F; }
a { background-color: rgb(0,17,127); }
div.DivClassName
{
background-color: #00117F;
}
.BgClassName
{
background-color: #00117F;
}
</style>
border-color css
<style>
span { border-color: #00117F; }
span { border-color: rgb(0,17,127); }
td.TdClassName
{
border-color: #00117F;
}
.TagClassName
{
border-color: #00117F;
}
</style>