Shades of Navy #010E7A
Tints of Navy #010E7A
RGB
CMYK
RGB Variations
Color information
#010E7A (or 0x010E7A) is known color: Navy. HEX triplet: 01, 0E and 7A. RGB value is (1,14,122). Sum of RGB (Red+Green+Blue) = 1+14+122=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 122 (48.05% from 255 or 89.05% from 137); Max value from RGB is 122 - color contains mainly: blue. Hex color #010E7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E7A is #FEF185. Grayscale: #151515. Windows color (decimal): -16707974 or 7998977. OLE color: 7998977.
HSL color Cylindrical-coordinate representation of color #010E7A: hue angle of 233.55º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E7A is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 14 | 122 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.52 |
| HSL | 233.55º | 0.98% | 0.24% | - |
| HSV(B) | 233.55º | 0.99% | 0.48% | - |
| XYZ | 3.68 | 1.73 | 18.55 | - |
| YUV | 22.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 122 | 0.99 | 0.89 | 0 | 0.52 | 233.55 | 0.98 | 0.24 |
| Hex | 1 | E | 7A | 63 | 59 | 0 | 34 | EA | 62 | 18 |
| Octal | 1 | 16 | 172 | 143 | 131 | 0 | 64 | 352 | 142 | 30 |
| Binary | 1 | 1110 | 1111010 | 1100011 | 1011001 | 0 | 110100 | 11101010 | 1100010 | 11000 |
Color Harmonies of #010E7A
Complementary color
Monochromatic Colors of #010E7A
Black with #010E7A
Text Example
Text Example
White with #010E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E7A; }
p { color: rgb(1,14,122); }
H1.HeaderClassName
{
color: #010E7A;
}
.AnyTagClassName
{
color: #010E7A;
}
</style>
background-color css
<style>
a { background-color: #010E7A; }
a { background-color: rgb(1,14,122); }
div.DivClassName
{
background-color: #010E7A;
}
.BgClassName
{
background-color: #010E7A;
}
</style>
border-color css
<style>
span { border-color: #010E7A; }
span { border-color: rgb(1,14,122); }
td.TdClassName
{
border-color: #010E7A;
}
.TagClassName
{
border-color: #010E7A;
}
</style>