Shades of Navy #010E6B
Tints of Navy #010E6B
RGB
CMYK
RGB Variations
Color information
#010E6B (or 0x010E6B) is known color: Navy. HEX triplet: 01, 0E and 6B. RGB value is (1,14,107). Sum of RGB (Red+Green+Blue) = 1+14+107=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 107 (42.19% from 255 or 87.70% from 122); Max value from RGB is 107 - color contains mainly: blue. Hex color #010E6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E6B is #FEF194. Grayscale: #141414. Windows color (decimal): -16707989 or 7015937. OLE color: 7015937.
HSL color Cylindrical-coordinate representation of color #010E6B: hue angle of 232.64º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E6B is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 14 | 107 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.58 |
| HSL | 232.64º | 0.98% | 0.21% | - |
| HSV(B) | 232.64º | 0.99% | 0.42% | - |
| XYZ | 2.82 | 1.38 | 14.03 | - |
| YUV | 20.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 107 | 0.99 | 0.87 | 0 | 0.58 | 232.64 | 0.98 | 0.21 |
| Hex | 1 | E | 6B | 63 | 57 | 0 | 3A | E9 | 62 | 15 |
| Octal | 1 | 16 | 153 | 143 | 127 | 0 | 72 | 351 | 142 | 25 |
| Binary | 1 | 1110 | 1101011 | 1100011 | 1010111 | 0 | 111010 | 11101001 | 1100010 | 10101 |
Color Harmonies of #010E6B
Complementary color
Monochromatic Colors of #010E6B
Black with #010E6B
Text Example
Text Example
White with #010E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E6B; }
p { color: rgb(1,14,107); }
H1.HeaderClassName
{
color: #010E6B;
}
.AnyTagClassName
{
color: #010E6B;
}
</style>
background-color css
<style>
a { background-color: #010E6B; }
a { background-color: rgb(1,14,107); }
div.DivClassName
{
background-color: #010E6B;
}
.BgClassName
{
background-color: #010E6B;
}
</style>
border-color css
<style>
span { border-color: #010E6B; }
span { border-color: rgb(1,14,107); }
td.TdClassName
{
border-color: #010E6B;
}
.TagClassName
{
border-color: #010E6B;
}
</style>