Shades of Navy Blue #017CE0
Tints of Navy Blue #017CE0
RGB
CMYK
RGB Variations
Color information
#017CE0 (or 0x017CE0) is known color: Navy Blue. HEX triplet: 01, 7C and E0. RGB value is (1,124,224). Sum of RGB (Red+Green+Blue) = 1+124+224=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 224 (87.89% from 255 or 64.18% from 349); Max value from RGB is 224 - color contains mainly: blue. Hex color #017CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CE0 is #FE831F. Grayscale: #626262. Windows color (decimal): -16679712 or 14711809. OLE color: 14711809.
HSL color Cylindrical-coordinate representation of color #017CE0: hue angle of 206.91º 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 #017CE0 is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 124 | 224 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.12 |
| HSL | 206.91º | 0.99% | 0.44% | - |
| HSV(B) | 206.91º | 1% | 0.88% | - |
| XYZ | 20.67 | 19.8 | 73.25 | - |
| YUV | 98.62 | 198.75 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 224 | 1.00 | 0.45 | 0 | 0.12 | 206.91 | 0.99 | 0.44 |
| Hex | 1 | 7C | E0 | 64 | 2D | 0 | C | CF | 63 | 2C |
| Octal | 1 | 174 | 340 | 144 | 55 | 0 | 14 | 317 | 143 | 54 |
| Binary | 1 | 1111100 | 11100000 | 1100100 | 101101 | 0 | 1100 | 11001111 | 1100011 | 101100 |
Color Harmonies of #017CE0
Complementary color
Monochromatic Colors of #017CE0
Black with #017CE0
Text Example
Text Example
White with #017CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CE0; }
p { color: rgb(1,124,224); }
H1.HeaderClassName
{
color: #017CE0;
}
.AnyTagClassName
{
color: #017CE0;
}
</style>
background-color css
<style>
a { background-color: #017CE0; }
a { background-color: rgb(1,124,224); }
div.DivClassName
{
background-color: #017CE0;
}
.BgClassName
{
background-color: #017CE0;
}
</style>
border-color css
<style>
span { border-color: #017CE0; }
span { border-color: rgb(1,124,224); }
td.TdClassName
{
border-color: #017CE0;
}
.TagClassName
{
border-color: #017CE0;
}
</style>