Shades of Navy Blue #017EE1
Tints of Navy Blue #017EE1
RGB
CMYK
RGB Variations
Color information
#017EE1 (or 0x017EE1) is known color: Navy Blue. HEX triplet: 01, 7E and E1. RGB value is (1,126,225). Sum of RGB (Red+Green+Blue) = 1+126+225=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 225 (88.28% from 255 or 63.92% from 352); Max value from RGB is 225 - color contains mainly: blue. Hex color #017EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EE1 is #FE811E. Grayscale: #636363. Windows color (decimal): -16679199 or 14777857. OLE color: 14777857.
HSL color Cylindrical-coordinate representation of color #017EE1: hue angle of 206.52º 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 #017EE1 is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 126 | 225 | - |
| CMYK | 1.00 | 0.44 | 0 | 0.12 |
| HSL | 206.52º | 0.99% | 0.44% | - |
| HSV(B) | 206.52º | 1% | 0.88% | - |
| XYZ | 21.06 | 20.36 | 74.05 | - |
| YUV | 99.91 | 198.59 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 225 | 1.00 | 0.44 | 0 | 0.12 | 206.52 | 0.99 | 0.44 |
| Hex | 1 | 7E | E1 | 64 | 2C | 0 | C | CF | 63 | 2C |
| Octal | 1 | 176 | 341 | 144 | 54 | 0 | 14 | 317 | 143 | 54 |
| Binary | 1 | 1111110 | 11100001 | 1100100 | 101100 | 0 | 1100 | 11001111 | 1100011 | 101100 |
Color Harmonies of #017EE1
Complementary color
Monochromatic Colors of #017EE1
Black with #017EE1
Text Example
Text Example
White with #017EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017EE1; }
p { color: rgb(1,126,225); }
H1.HeaderClassName
{
color: #017EE1;
}
.AnyTagClassName
{
color: #017EE1;
}
</style>
background-color css
<style>
a { background-color: #017EE1; }
a { background-color: rgb(1,126,225); }
div.DivClassName
{
background-color: #017EE1;
}
.BgClassName
{
background-color: #017EE1;
}
</style>
border-color css
<style>
span { border-color: #017EE1; }
span { border-color: rgb(1,126,225); }
td.TdClassName
{
border-color: #017EE1;
}
.TagClassName
{
border-color: #017EE1;
}
</style>