Shades of Navy #010E73
Tints of Navy #010E73
RGB
CMYK
RGB Variations
Color information
#010E73 (or 0x010E73) is known color: Navy. HEX triplet: 01, 0E and 73. RGB value is (1,14,115). Sum of RGB (Red+Green+Blue) = 1+14+115=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 115 (45.31% from 255 or 88.46% from 130); Max value from RGB is 115 - color contains mainly: blue. Hex color #010E73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E73 is #FEF18C. Grayscale: #151515. Windows color (decimal): -16707981 or 7540225. OLE color: 7540225.
HSL color Cylindrical-coordinate representation of color #010E73: hue angle of 233.16º 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 #010E73 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 14 | 115 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.55 |
| HSL | 233.16º | 0.98% | 0.23% | - |
| HSV(B) | 233.16º | 0.99% | 0.45% | - |
| XYZ | 3.26 | 1.56 | 16.35 | - |
| YUV | 21.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 115 | 0.99 | 0.88 | 0 | 0.55 | 233.16 | 0.98 | 0.23 |
| Hex | 1 | E | 73 | 63 | 58 | 0 | 37 | E9 | 62 | 17 |
| Octal | 1 | 16 | 163 | 143 | 130 | 0 | 67 | 351 | 142 | 27 |
| Binary | 1 | 1110 | 1110011 | 1100011 | 1011000 | 0 | 110111 | 11101001 | 1100010 | 10111 |
Color Harmonies of #010E73
Complementary color
Monochromatic Colors of #010E73
Black with #010E73
Text Example
Text Example
White with #010E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E73; }
p { color: rgb(1,14,115); }
H1.HeaderClassName
{
color: #010E73;
}
.AnyTagClassName
{
color: #010E73;
}
</style>
background-color css
<style>
a { background-color: #010E73; }
a { background-color: rgb(1,14,115); }
div.DivClassName
{
background-color: #010E73;
}
.BgClassName
{
background-color: #010E73;
}
</style>
border-color css
<style>
span { border-color: #010E73; }
span { border-color: rgb(1,14,115); }
td.TdClassName
{
border-color: #010E73;
}
.TagClassName
{
border-color: #010E73;
}
</style>