Shades of Navy Blue #017EE0
Tints of Navy Blue #017EE0
RGB
CMYK
RGB Variations
Color information
#017EE0 (or 0x017EE0) is known color: Navy Blue. HEX triplet: 01, 7E and E0. RGB value is (1,126,224). Sum of RGB (Red+Green+Blue) = 1+126+224=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #017EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EE0 is #FE811F. Grayscale: #636363. Windows color (decimal): -16679200 or 14712321. OLE color: 14712321.
HSL color Cylindrical-coordinate representation of color #017EE0: hue angle of 206.37º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017EE0 is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 126 | 224 | - |
| CMYK | 1.00 | 0.44 | 0 | 0.12 |
| HSL | 206.37º | 0.99% | 0.44% | - |
| HSV(B) | 206.37º | 1% | 0.88% | - |
| XYZ | 20.93 | 20.31 | 73.34 | - |
| YUV | 99.8 | 198.09 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 224 | 1.00 | 0.44 | 0 | 0.12 | 206.37 | 0.99 | 0.44 |
| Hex | 1 | 7E | E0 | 64 | 2C | 0 | C | CE | 63 | 2C |
| Octal | 1 | 176 | 340 | 144 | 54 | 0 | 14 | 316 | 143 | 54 |
| Binary | 1 | 1111110 | 11100000 | 1100100 | 101100 | 0 | 1100 | 11001110 | 1100011 | 101100 |
Color Harmonies of #017EE0
Complementary color
Monochromatic Colors of #017EE0
Black with #017EE0
Text Example
Text Example
White with #017EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017EE0; }
p { color: rgb(1,126,224); }
H1.HeaderClassName
{
color: #017EE0;
}
.AnyTagClassName
{
color: #017EE0;
}
</style>
background-color css
<style>
a { background-color: #017EE0; }
a { background-color: rgb(1,126,224); }
div.DivClassName
{
background-color: #017EE0;
}
.BgClassName
{
background-color: #017EE0;
}
</style>
border-color css
<style>
span { border-color: #017EE0; }
span { border-color: rgb(1,126,224); }
td.TdClassName
{
border-color: #017EE0;
}
.TagClassName
{
border-color: #017EE0;
}
</style>