Shades of Navy Blue #017ECF
Tints of Navy Blue #017ECF
RGB
CMYK
RGB Variations
Color information
#017ECF (or 0x017ECF) is known color: Navy Blue. HEX triplet: 01, 7E and CF. RGB value is (1,126,207). Sum of RGB (Red+Green+Blue) = 1+126+207=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #017ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ECF is #FE8130. Grayscale: #616161. Windows color (decimal): -16679217 or 13598209. OLE color: 13598209.
HSL color Cylindrical-coordinate representation of color #017ECF: hue angle of 203.59º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017ECF is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 126 | 207 | - |
| CMYK | 1.00 | 0.39 | 0 | 0.19 |
| HSL | 203.59º | 0.99% | 0.41% | - |
| HSV(B) | 203.59º | 1% | 0.81% | - |
| XYZ | 18.74 | 19.43 | 61.79 | - |
| YUV | 97.86 | 189.59 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 207 | 1.00 | 0.39 | 0 | 0.19 | 203.59 | 0.99 | 0.41 |
| Hex | 1 | 7E | CF | 64 | 27 | 0 | 13 | CC | 63 | 29 |
| Octal | 1 | 176 | 317 | 144 | 47 | 0 | 23 | 314 | 143 | 51 |
| Binary | 1 | 1111110 | 11001111 | 1100100 | 100111 | 0 | 10011 | 11001100 | 1100011 | 101001 |
Color Harmonies of #017ECF
Complementary color
Monochromatic Colors of #017ECF
Black with #017ECF
Text Example
Text Example
White with #017ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017ECF; }
p { color: rgb(1,126,207); }
H1.HeaderClassName
{
color: #017ECF;
}
.AnyTagClassName
{
color: #017ECF;
}
</style>
background-color css
<style>
a { background-color: #017ECF; }
a { background-color: rgb(1,126,207); }
div.DivClassName
{
background-color: #017ECF;
}
.BgClassName
{
background-color: #017ECF;
}
</style>
border-color css
<style>
span { border-color: #017ECF; }
span { border-color: rgb(1,126,207); }
td.TdClassName
{
border-color: #017ECF;
}
.TagClassName
{
border-color: #017ECF;
}
</style>