Shades of Navy #010D73
Tints of Navy #010D73
RGB
CMYK
RGB Variations
Color information
#010D73 (or 0x010D73) is known color: Navy. HEX triplet: 01, 0D and 73. RGB value is (1,13,115). Sum of RGB (Red+Green+Blue) = 1+13+115=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 115 (45.31% from 255 or 89.15% from 129); Max value from RGB is 115 - color contains mainly: blue. Hex color #010D73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D73 is #FEF28C. Grayscale: #141414. Windows color (decimal): -16708237 or 7539969. OLE color: 7539969.
HSL color Cylindrical-coordinate representation of color #010D73: hue angle of 233.68º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D73 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 13 | 115 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.55 |
| HSL | 233.68º | 0.98% | 0.23% | - |
| HSV(B) | 233.68º | 0.99% | 0.45% | - |
| XYZ | 3.25 | 1.53 | 16.34 | - |
| YUV | 21.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 115 | 0.99 | 0.89 | 0 | 0.55 | 233.68 | 0.98 | 0.23 |
| Hex | 1 | D | 73 | 63 | 59 | 0 | 37 | EA | 62 | 17 |
| Octal | 1 | 15 | 163 | 143 | 131 | 0 | 67 | 352 | 142 | 27 |
| Binary | 1 | 1101 | 1110011 | 1100011 | 1011001 | 0 | 110111 | 11101010 | 1100010 | 10111 |
Color Harmonies of #010D73
Complementary color
Monochromatic Colors of #010D73
Black with #010D73
Text Example
Text Example
White with #010D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D73; }
p { color: rgb(1,13,115); }
H1.HeaderClassName
{
color: #010D73;
}
.AnyTagClassName
{
color: #010D73;
}
</style>
background-color css
<style>
a { background-color: #010D73; }
a { background-color: rgb(1,13,115); }
div.DivClassName
{
background-color: #010D73;
}
.BgClassName
{
background-color: #010D73;
}
</style>
border-color css
<style>
span { border-color: #010D73; }
span { border-color: rgb(1,13,115); }
td.TdClassName
{
border-color: #010D73;
}
.TagClassName
{
border-color: #010D73;
}
</style>