Shades of Navy Blue #017AD1
Tints of Navy Blue #017AD1
RGB
CMYK
RGB Variations
Color information
#017AD1 (or 0x017AD1) is known color: Navy Blue. HEX triplet: 01, 7A and D1. RGB value is (1,122,209). Sum of RGB (Red+Green+Blue) = 1+122+209=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 209 (82.03% from 255 or 62.95% from 332); Max value from RGB is 209 - color contains mainly: blue. Hex color #017AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017AD1 is #FE852E. Grayscale: #5F5F5F. Windows color (decimal): -16680239 or 13728257. OLE color: 13728257.
HSL color Cylindrical-coordinate representation of color #017AD1: hue angle of 205.1º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017AD1 is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 122 | 209 | - |
| CMYK | 1.00 | 0.42 | 0 | 0.18 |
| HSL | 205.1º | 0.99% | 0.41% | - |
| HSV(B) | 205.1º | 1% | 0.82% | - |
| XYZ | 18.48 | 18.53 | 62.92 | - |
| YUV | 95.74 | 191.91 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 209 | 1.00 | 0.42 | 0 | 0.18 | 205.1 | 0.99 | 0.41 |
| Hex | 1 | 7A | D1 | 64 | 2A | 0 | 12 | CD | 63 | 29 |
| Octal | 1 | 172 | 321 | 144 | 52 | 0 | 22 | 315 | 143 | 51 |
| Binary | 1 | 1111010 | 11010001 | 1100100 | 101010 | 0 | 10010 | 11001101 | 1100011 | 101001 |
Color Harmonies of #017AD1
Complementary color
Monochromatic Colors of #017AD1
Black with #017AD1
Text Example
Text Example
White with #017AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017AD1; }
p { color: rgb(1,122,209); }
H1.HeaderClassName
{
color: #017AD1;
}
.AnyTagClassName
{
color: #017AD1;
}
</style>
background-color css
<style>
a { background-color: #017AD1; }
a { background-color: rgb(1,122,209); }
div.DivClassName
{
background-color: #017AD1;
}
.BgClassName
{
background-color: #017AD1;
}
</style>
border-color css
<style>
span { border-color: #017AD1; }
span { border-color: rgb(1,122,209); }
td.TdClassName
{
border-color: #017AD1;
}
.TagClassName
{
border-color: #017AD1;
}
</style>