Shades of Navy Blue #017EDE
Tints of Navy Blue #017EDE
RGB
CMYK
RGB Variations
Color information
#017EDE (or 0x017EDE) is known color: Navy Blue. HEX triplet: 01, 7E and DE. RGB value is (1,126,222). Sum of RGB (Red+Green+Blue) = 1+126+222=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #017EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EDE is #FE8121. Grayscale: #636363. Windows color (decimal): -16679202 or 14581249. OLE color: 14581249.
HSL color Cylindrical-coordinate representation of color #017EDE: hue angle of 206.06º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017EDE is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 126 | 222 | - |
| CMYK | 1.00 | 0.43 | 0 | 0.13 |
| HSL | 206.06º | 0.99% | 0.44% | - |
| HSV(B) | 206.06º | 1% | 0.87% | - |
| XYZ | 20.66 | 20.2 | 71.92 | - |
| YUV | 99.57 | 197.09 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 222 | 1.00 | 0.43 | 0 | 0.13 | 206.06 | 0.99 | 0.44 |
| Hex | 1 | 7E | DE | 64 | 2B | 0 | D | CE | 63 | 2C |
| Octal | 1 | 176 | 336 | 144 | 53 | 0 | 15 | 316 | 143 | 54 |
| Binary | 1 | 1111110 | 11011110 | 1100100 | 101011 | 0 | 1101 | 11001110 | 1100011 | 101100 |
Color Harmonies of #017EDE
Complementary color
Monochromatic Colors of #017EDE
Black with #017EDE
Text Example
Text Example
White with #017EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017EDE; }
p { color: rgb(1,126,222); }
H1.HeaderClassName
{
color: #017EDE;
}
.AnyTagClassName
{
color: #017EDE;
}
</style>
background-color css
<style>
a { background-color: #017EDE; }
a { background-color: rgb(1,126,222); }
div.DivClassName
{
background-color: #017EDE;
}
.BgClassName
{
background-color: #017EDE;
}
</style>
border-color css
<style>
span { border-color: #017EDE; }
span { border-color: rgb(1,126,222); }
td.TdClassName
{
border-color: #017EDE;
}
.TagClassName
{
border-color: #017EDE;
}
</style>