Shades of Navy Blue #017ACE
Tints of Navy Blue #017ACE
RGB
CMYK
RGB Variations
Color information
#017ACE (or 0x017ACE) is known color: Navy Blue. HEX triplet: 01, 7A and CE. RGB value is (1,122,206). Sum of RGB (Red+Green+Blue) = 1+122+206=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #017ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ACE is #FE8531. Grayscale: #5E5E5E. Windows color (decimal): -16680242 or 13531649. OLE color: 13531649.
HSL color Cylindrical-coordinate representation of color #017ACE: hue angle of 204.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 #017ACE is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 122 | 206 | - |
| CMYK | 1.00 | 0.41 | 0 | 0.19 |
| HSL | 204.59º | 0.99% | 0.41% | - |
| HSV(B) | 204.59º | 1% | 0.81% | - |
| XYZ | 18.11 | 18.38 | 60.99 | - |
| YUV | 95.4 | 190.41 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 206 | 1.00 | 0.41 | 0 | 0.19 | 204.59 | 0.99 | 0.41 |
| Hex | 1 | 7A | CE | 64 | 29 | 0 | 13 | CD | 63 | 29 |
| Octal | 1 | 172 | 316 | 144 | 51 | 0 | 23 | 315 | 143 | 51 |
| Binary | 1 | 1111010 | 11001110 | 1100100 | 101001 | 0 | 10011 | 11001101 | 1100011 | 101001 |
Color Harmonies of #017ACE
Complementary color
Monochromatic Colors of #017ACE
Black with #017ACE
Text Example
Text Example
White with #017ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017ACE; }
p { color: rgb(1,122,206); }
H1.HeaderClassName
{
color: #017ACE;
}
.AnyTagClassName
{
color: #017ACE;
}
</style>
background-color css
<style>
a { background-color: #017ACE; }
a { background-color: rgb(1,122,206); }
div.DivClassName
{
background-color: #017ACE;
}
.BgClassName
{
background-color: #017ACE;
}
</style>
border-color css
<style>
span { border-color: #017ACE; }
span { border-color: rgb(1,122,206); }
td.TdClassName
{
border-color: #017ACE;
}
.TagClassName
{
border-color: #017ACE;
}
</style>