Shades of Navy Blue #017AC2
Tints of Navy Blue #017AC2
RGB
CMYK
RGB Variations
Color information
#017AC2 (or 0x017AC2) is known color: Navy Blue. HEX triplet: 01, 7A and C2. RGB value is (1,122,194). Sum of RGB (Red+Green+Blue) = 1+122+194=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 194 (76.17% from 255 or 61.20% from 317); Max value from RGB is 194 - color contains mainly: blue. Hex color #017AC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017AC2 is #FE853D. Grayscale: #5D5D5D. Windows color (decimal): -16680254 or 12745217. OLE color: 12745217.
HSL color Cylindrical-coordinate representation of color #017AC2: hue angle of 202.38º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017AC2 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 122 | 194 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.24 |
| HSL | 202.38º | 0.99% | 0.38% | - |
| HSV(B) | 202.38º | 0.99% | 0.76% | - |
| XYZ | 16.71 | 17.82 | 53.6 | - |
| YUV | 94.03 | 184.41 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 194 | 0.99 | 0.37 | 0 | 0.24 | 202.38 | 0.99 | 0.38 |
| Hex | 1 | 7A | C2 | 63 | 25 | 0 | 18 | CA | 63 | 26 |
| Octal | 1 | 172 | 302 | 143 | 45 | 0 | 30 | 312 | 143 | 46 |
| Binary | 1 | 1111010 | 11000010 | 1100011 | 100101 | 0 | 11000 | 11001010 | 1100011 | 100110 |
Color Harmonies of #017AC2
Complementary color
Monochromatic Colors of #017AC2
Black with #017AC2
Text Example
Text Example
White with #017AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017AC2; }
p { color: rgb(1,122,194); }
H1.HeaderClassName
{
color: #017AC2;
}
.AnyTagClassName
{
color: #017AC2;
}
</style>
background-color css
<style>
a { background-color: #017AC2; }
a { background-color: rgb(1,122,194); }
div.DivClassName
{
background-color: #017AC2;
}
.BgClassName
{
background-color: #017AC2;
}
</style>
border-color css
<style>
span { border-color: #017AC2; }
span { border-color: rgb(1,122,194); }
td.TdClassName
{
border-color: #017AC2;
}
.TagClassName
{
border-color: #017AC2;
}
</style>