Shades of Navy Blue #017AC0
Tints of Navy Blue #017AC0
RGB
CMYK
RGB Variations
Color information
#017AC0 (or 0x017AC0) is known color: Navy Blue. HEX triplet: 01, 7A and C0. RGB value is (1,122,192). Sum of RGB (Red+Green+Blue) = 1+122+192=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 192 (75.39% from 255 or 60.95% from 315); Max value from RGB is 192 - color contains mainly: blue. Hex color #017AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017AC0 is #FE853F. Grayscale: #5D5D5D. Windows color (decimal): -16680256 or 12614145. OLE color: 12614145.
HSL color Cylindrical-coordinate representation of color #017AC0: hue angle of 201.99º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017AC0 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 122 | 192 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.25 |
| HSL | 201.99º | 0.99% | 0.38% | - |
| HSV(B) | 201.99º | 0.99% | 0.75% | - |
| XYZ | 16.49 | 17.73 | 52.42 | - |
| YUV | 93.8 | 183.41 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 192 | 0.99 | 0.36 | 0 | 0.25 | 201.99 | 0.99 | 0.38 |
| Hex | 1 | 7A | C0 | 63 | 24 | 0 | 19 | CA | 63 | 26 |
| Octal | 1 | 172 | 300 | 143 | 44 | 0 | 31 | 312 | 143 | 46 |
| Binary | 1 | 1111010 | 11000000 | 1100011 | 100100 | 0 | 11001 | 11001010 | 1100011 | 100110 |
Color Harmonies of #017AC0
Complementary color
Monochromatic Colors of #017AC0
Black with #017AC0
Text Example
Text Example
White with #017AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017AC0; }
p { color: rgb(1,122,192); }
H1.HeaderClassName
{
color: #017AC0;
}
.AnyTagClassName
{
color: #017AC0;
}
</style>
background-color css
<style>
a { background-color: #017AC0; }
a { background-color: rgb(1,122,192); }
div.DivClassName
{
background-color: #017AC0;
}
.BgClassName
{
background-color: #017AC0;
}
</style>
border-color css
<style>
span { border-color: #017AC0; }
span { border-color: rgb(1,122,192); }
td.TdClassName
{
border-color: #017AC0;
}
.TagClassName
{
border-color: #017AC0;
}
</style>