Shades of Navy Blue #017EDA
Tints of Navy Blue #017EDA
RGB
CMYK
RGB Variations
Color information
#017EDA (or 0x017EDA) is known color: Navy Blue. HEX triplet: 01, 7E and DA. RGB value is (1,126,218). Sum of RGB (Red+Green+Blue) = 1+126+218=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #017EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EDA is #FE8125. Grayscale: #626262. Windows color (decimal): -16679206 or 14319105. OLE color: 14319105.
HSL color Cylindrical-coordinate representation of color #017EDA: hue angle of 205.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017EDA is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 126 | 218 | - |
| CMYK | 1.00 | 0.42 | 0 | 0.15 |
| HSL | 205.44º | 0.99% | 0.43% | - |
| HSV(B) | 205.44º | 1% | 0.85% | - |
| XYZ | 20.13 | 19.99 | 69.13 | - |
| YUV | 99.11 | 195.09 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 218 | 1.00 | 0.42 | 0 | 0.15 | 205.44 | 0.99 | 0.43 |
| Hex | 1 | 7E | DA | 64 | 2A | 0 | F | CD | 63 | 2B |
| Octal | 1 | 176 | 332 | 144 | 52 | 0 | 17 | 315 | 143 | 53 |
| Binary | 1 | 1111110 | 11011010 | 1100100 | 101010 | 0 | 1111 | 11001101 | 1100011 | 101011 |
Color Harmonies of #017EDA
Complementary color
Monochromatic Colors of #017EDA
Black with #017EDA
Text Example
Text Example
White with #017EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017EDA; }
p { color: rgb(1,126,218); }
H1.HeaderClassName
{
color: #017EDA;
}
.AnyTagClassName
{
color: #017EDA;
}
</style>
background-color css
<style>
a { background-color: #017EDA; }
a { background-color: rgb(1,126,218); }
div.DivClassName
{
background-color: #017EDA;
}
.BgClassName
{
background-color: #017EDA;
}
</style>
border-color css
<style>
span { border-color: #017EDA; }
span { border-color: rgb(1,126,218); }
td.TdClassName
{
border-color: #017EDA;
}
.TagClassName
{
border-color: #017EDA;
}
</style>