Shades of Navy Blue #017ECD
Tints of Navy Blue #017ECD
RGB
CMYK
RGB Variations
Color information
#017ECD (or 0x017ECD) is known color: Navy Blue. HEX triplet: 01, 7E and CD. RGB value is (1,126,205). Sum of RGB (Red+Green+Blue) = 1+126+205=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #017ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ECD is #FE8132. Grayscale: #616161. Windows color (decimal): -16679219 or 13467137. OLE color: 13467137.
HSL color Cylindrical-coordinate representation of color #017ECD: hue angle of 203.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017ECD is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 126 | 205 | - |
| CMYK | 1.00 | 0.39 | 0 | 0.20 |
| HSL | 203.24º | 0.99% | 0.4% | - |
| HSV(B) | 203.24º | 1% | 0.8% | - |
| XYZ | 18.49 | 19.34 | 60.52 | - |
| YUV | 97.63 | 188.59 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 205 | 1.00 | 0.39 | 0 | 0.20 | 203.24 | 0.99 | 0.4 |
| Hex | 1 | 7E | CD | 64 | 27 | 0 | 14 | CB | 63 | 28 |
| Octal | 1 | 176 | 315 | 144 | 47 | 0 | 24 | 313 | 143 | 50 |
| Binary | 1 | 1111110 | 11001101 | 1100100 | 100111 | 0 | 10100 | 11001011 | 1100011 | 101000 |
Color Harmonies of #017ECD
Complementary color
Monochromatic Colors of #017ECD
Black with #017ECD
Text Example
Text Example
White with #017ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017ECD; }
p { color: rgb(1,126,205); }
H1.HeaderClassName
{
color: #017ECD;
}
.AnyTagClassName
{
color: #017ECD;
}
</style>
background-color css
<style>
a { background-color: #017ECD; }
a { background-color: rgb(1,126,205); }
div.DivClassName
{
background-color: #017ECD;
}
.BgClassName
{
background-color: #017ECD;
}
</style>
border-color css
<style>
span { border-color: #017ECD; }
span { border-color: rgb(1,126,205); }
td.TdClassName
{
border-color: #017ECD;
}
.TagClassName
{
border-color: #017ECD;
}
</style>