Shades of Navy #00016F
Tints of Navy #00016F
RGB
CMYK
RGB Variations
Color information
#00016F (or 0x00016F) is known color: Navy. HEX triplet: 00, 01 and 6F. RGB value is (0,1,111). Sum of RGB (Red+Green+Blue) = 0+1+111=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 111 (43.75% from 255 or 99.11% from 112); Max value from RGB is 111 - color contains mainly: blue. Hex color #00016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00016F is #FFFE90. Grayscale: #0C0C0C. Windows color (decimal): -16776849 or 7274752. OLE color: 7274752.
HSL color Cylindrical-coordinate representation of color #00016F: hue angle of 239.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00016F is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 1 | 111 | - |
| CMYK | 1 | 0.99 | 0 | 0.56 |
| HSL | 239.46º | 1% | 0.22% | - |
| HSV(B) | 239.46º | 1% | 0.44% | - |
| XYZ | 2.88 | 1.17 | 15.11 | - |
| YUV | 13.24 | 183.17 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 111 | 1 | 0.99 | 0 | 0.56 | 239.46 | 1 | 0.22 |
| Hex | 0 | 1 | 6F | 64 | 63 | 0 | 38 | EF | 64 | 16 |
| Octal | 0 | 1 | 157 | 144 | 143 | 0 | 70 | 357 | 144 | 26 |
| Binary | 0 | 1 | 1101111 | 1100100 | 1100011 | 0 | 111000 | 11101111 | 1100100 | 10110 |
Color Harmonies of #00016F
Complementary color
Monochromatic Colors of #00016F
Black with #00016F
Text Example
Text Example
White with #00016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00016F; }
p { color: rgb(0,1,111); }
H1.HeaderClassName
{
color: #00016F;
}
.AnyTagClassName
{
color: #00016F;
}
</style>
background-color css
<style>
a { background-color: #00016F; }
a { background-color: rgb(0,1,111); }
div.DivClassName
{
background-color: #00016F;
}
.BgClassName
{
background-color: #00016F;
}
</style>
border-color css
<style>
span { border-color: #00016F; }
span { border-color: rgb(0,1,111); }
td.TdClassName
{
border-color: #00016F;
}
.TagClassName
{
border-color: #00016F;
}
</style>