Shades of Navy #0D016F
Tints of Navy #0D016F
RGB
CMYK
RGB Variations
Color information
#0D016F (or 0x0D016F) is known color: Navy. HEX triplet: 0D, 01 and 6F. RGB value is (13,1,111). Sum of RGB (Red+Green+Blue) = 13+1+111=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 111 (43.75% from 255 or 88.8% from 125); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D016F is #F2FE90. Grayscale: #101010. Windows color (decimal): -15924881 or 7274765. OLE color: 7274765.
HSL color Cylindrical-coordinate representation of color #0D016F: hue angle of 246.55º 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 #0D016F is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 1 | 111 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.56 |
| HSL | 246.55º | 0.98% | 0.22% | - |
| HSV(B) | 246.55º | 0.99% | 0.44% | - |
| XYZ | 3.05 | 1.25 | 15.12 | - |
| YUV | 17.13 | 180.98 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 111 | 0.88 | 0.99 | 0 | 0.56 | 246.55 | 0.98 | 0.22 |
| Hex | D | 1 | 6F | 58 | 63 | 0 | 38 | F7 | 62 | 16 |
| Octal | 15 | 1 | 157 | 130 | 143 | 0 | 70 | 367 | 142 | 26 |
| Binary | 1101 | 1 | 1101111 | 1011000 | 1100011 | 0 | 111000 | 11110111 | 1100010 | 10110 |
Color Harmonies of #0D016F
Complementary color
Monochromatic Colors of #0D016F
Black with #0D016F
Text Example
Text Example
White with #0D016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D016F; }
p { color: rgb(13,1,111); }
H1.HeaderClassName
{
color: #0D016F;
}
.AnyTagClassName
{
color: #0D016F;
}
</style>
background-color css
<style>
a { background-color: #0D016F; }
a { background-color: rgb(13,1,111); }
div.DivClassName
{
background-color: #0D016F;
}
.BgClassName
{
background-color: #0D016F;
}
</style>
border-color css
<style>
span { border-color: #0D016F; }
span { border-color: rgb(13,1,111); }
td.TdClassName
{
border-color: #0D016F;
}
.TagClassName
{
border-color: #0D016F;
}
</style>