Shades of Navy Blue #017ACC
Tints of Navy Blue #017ACC
RGB
CMYK
RGB Variations
Color information
#017ACC (or 0x017ACC) is known color: Navy Blue. HEX triplet: 01, 7A and CC. RGB value is (1,122,204). Sum of RGB (Red+Green+Blue) = 1+122+204=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #017ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ACC is #FE8533. Grayscale: #5E5E5E. Windows color (decimal): -16680244 or 13400577. OLE color: 13400577.
HSL color Cylindrical-coordinate representation of color #017ACC: hue angle of 204.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 #017ACC is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 122 | 204 | - |
| CMYK | 1.00 | 0.40 | 0 | 0.2 |
| HSL | 204.24º | 0.99% | 0.4% | - |
| HSV(B) | 204.24º | 1% | 0.8% | - |
| XYZ | 17.87 | 18.29 | 59.71 | - |
| YUV | 95.17 | 189.41 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 204 | 1.00 | 0.40 | 0 | 0.2 | 204.24 | 0.99 | 0.4 |
| Hex | 1 | 7A | CC | 64 | 28 | 0 | 14 | CC | 63 | 28 |
| Octal | 1 | 172 | 314 | 144 | 50 | 0 | 24 | 314 | 143 | 50 |
| Binary | 1 | 1111010 | 11001100 | 1100100 | 101000 | 0 | 10100 | 11001100 | 1100011 | 101000 |
Color Harmonies of #017ACC
Complementary color
Monochromatic Colors of #017ACC
Black with #017ACC
Text Example
Text Example
White with #017ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017ACC; }
p { color: rgb(1,122,204); }
H1.HeaderClassName
{
color: #017ACC;
}
.AnyTagClassName
{
color: #017ACC;
}
</style>
background-color css
<style>
a { background-color: #017ACC; }
a { background-color: rgb(1,122,204); }
div.DivClassName
{
background-color: #017ACC;
}
.BgClassName
{
background-color: #017ACC;
}
</style>
border-color css
<style>
span { border-color: #017ACC; }
span { border-color: rgb(1,122,204); }
td.TdClassName
{
border-color: #017ACC;
}
.TagClassName
{
border-color: #017ACC;
}
</style>