Shades of Navy #010D71
Tints of Navy #010D71
RGB
CMYK
RGB Variations
Color information
#010D71 (or 0x010D71) is known color: Navy. HEX triplet: 01, 0D and 71. RGB value is (1,13,113). Sum of RGB (Red+Green+Blue) = 1+13+113=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 113 (44.53% from 255 or 88.98% from 127); Max value from RGB is 113 - color contains mainly: blue. Hex color #010D71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D71 is #FEF28E. Grayscale: #141414. Windows color (decimal): -16708239 or 7408897. OLE color: 7408897.
HSL color Cylindrical-coordinate representation of color #010D71: hue angle of 233.57º 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 #010D71 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 13 | 113 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.56 |
| HSL | 233.57º | 0.98% | 0.22% | - |
| HSV(B) | 233.57º | 0.99% | 0.44% | - |
| XYZ | 3.14 | 1.49 | 15.74 | - |
| YUV | 20.81 | 180.02 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 113 | 0.99 | 0.88 | 0 | 0.56 | 233.57 | 0.98 | 0.22 |
| Hex | 1 | D | 71 | 63 | 58 | 0 | 38 | EA | 62 | 16 |
| Octal | 1 | 15 | 161 | 143 | 130 | 0 | 70 | 352 | 142 | 26 |
| Binary | 1 | 1101 | 1110001 | 1100011 | 1011000 | 0 | 111000 | 11101010 | 1100010 | 10110 |
Color Harmonies of #010D71
Complementary color
Monochromatic Colors of #010D71
Black with #010D71
Text Example
Text Example
White with #010D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D71; }
p { color: rgb(1,13,113); }
H1.HeaderClassName
{
color: #010D71;
}
.AnyTagClassName
{
color: #010D71;
}
</style>
background-color css
<style>
a { background-color: #010D71; }
a { background-color: rgb(1,13,113); }
div.DivClassName
{
background-color: #010D71;
}
.BgClassName
{
background-color: #010D71;
}
</style>
border-color css
<style>
span { border-color: #010D71; }
span { border-color: rgb(1,13,113); }
td.TdClassName
{
border-color: #010D71;
}
.TagClassName
{
border-color: #010D71;
}
</style>