Shades of Navy #0D017F
Tints of Navy #0D017F
RGB
CMYK
RGB Variations
Color information
#0D017F (or 0x0D017F) is known color: Navy. HEX triplet: 0D, 01 and 7F. RGB value is (13,1,127). Sum of RGB (Red+Green+Blue) = 13+1+127=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 127 (50% from 255 or 90.07% from 141); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D017F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D017F is #F2FE80. Grayscale: #121212. Windows color (decimal): -15924865 or 8323341. OLE color: 8323341.
HSL color Cylindrical-coordinate representation of color #0D017F: hue angle of 245.71º 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 #0D017F is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 1 | 127 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.50 |
| HSL | 245.71º | 0.98% | 0.25% | - |
| HSV(B) | 245.71º | 0.99% | 0.5% | - |
| XYZ | 4.01 | 1.64 | 20.18 | - |
| YUV | 18.95 | 188.98 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 127 | 0.90 | 0.99 | 0 | 0.50 | 245.71 | 0.98 | 0.25 |
| Hex | D | 1 | 7F | 5A | 63 | 0 | 32 | F6 | 62 | 19 |
| Octal | 15 | 1 | 177 | 132 | 143 | 0 | 62 | 366 | 142 | 31 |
| Binary | 1101 | 1 | 1111111 | 1011010 | 1100011 | 0 | 110010 | 11110110 | 1100010 | 11001 |
Color Harmonies of #0D017F
Complementary color
Monochromatic Colors of #0D017F
Black with #0D017F
Text Example
Text Example
White with #0D017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D017F; }
p { color: rgb(13,1,127); }
H1.HeaderClassName
{
color: #0D017F;
}
.AnyTagClassName
{
color: #0D017F;
}
</style>
background-color css
<style>
a { background-color: #0D017F; }
a { background-color: rgb(13,1,127); }
div.DivClassName
{
background-color: #0D017F;
}
.BgClassName
{
background-color: #0D017F;
}
</style>
border-color css
<style>
span { border-color: #0D017F; }
span { border-color: rgb(13,1,127); }
td.TdClassName
{
border-color: #0D017F;
}
.TagClassName
{
border-color: #0D017F;
}
</style>