Shades of Navy #0D0071
Tints of Navy #0D0071
RGB
CMYK
RGB Variations
Color information
#0D0071 (or 0x0D0071) is known color: Navy. HEX triplet: 0D, 00 and 71. RGB value is (13,0,113). Sum of RGB (Red+Green+Blue) = 13+0+113=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 113 (44.53% from 255 or 89.68% from 126); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D0071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0071 is #F2FF8E. Grayscale: #101010. Windows color (decimal): -15925135 or 7405581. OLE color: 7405581.
HSL color Cylindrical-coordinate representation of color #0D0071: hue angle of 246.9º 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 #0D0071 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 0 | 113 | - |
| CMYK | 0.88 | 1 | 0 | 0.56 |
| HSL | 246.9º | 1% | 0.22% | - |
| HSV(B) | 246.9º | 1% | 0.44% | - |
| XYZ | 3.15 | 1.28 | 15.7 | - |
| YUV | 16.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 113 | 0.88 | 1 | 0 | 0.56 | 246.9 | 1 | 0.22 |
| Hex | D | 0 | 71 | 58 | 64 | 0 | 38 | F7 | 64 | 16 |
| Octal | 15 | 0 | 161 | 130 | 144 | 0 | 70 | 367 | 144 | 26 |
| Binary | 1101 | 0 | 1110001 | 1011000 | 1100100 | 0 | 111000 | 11110111 | 1100100 | 10110 |
Color Harmonies of #0D0071
Complementary color
Monochromatic Colors of #0D0071
Black with #0D0071
Text Example
Text Example
White with #0D0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0071; }
p { color: rgb(13,0,113); }
H1.HeaderClassName
{
color: #0D0071;
}
.AnyTagClassName
{
color: #0D0071;
}
</style>
background-color css
<style>
a { background-color: #0D0071; }
a { background-color: rgb(13,0,113); }
div.DivClassName
{
background-color: #0D0071;
}
.BgClassName
{
background-color: #0D0071;
}
</style>
border-color css
<style>
span { border-color: #0D0071; }
span { border-color: rgb(13,0,113); }
td.TdClassName
{
border-color: #0D0071;
}
.TagClassName
{
border-color: #0D0071;
}
</style>