Shades of Navy Blue #017ADD
Tints of Navy Blue #017ADD
RGB
CMYK
RGB Variations
Color information
#017ADD (or 0x017ADD) is known color: Navy Blue. HEX triplet: 01, 7A and DD. RGB value is (1,122,221). Sum of RGB (Red+Green+Blue) = 1+122+221=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #017ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ADD is #FE8522. Grayscale: #606060. Windows color (decimal): -16680227 or 14514689. OLE color: 14514689.
HSL color Cylindrical-coordinate representation of color #017ADD: hue angle of 207º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017ADD is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 122 | 221 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.13 |
| HSL | 207º | 0.99% | 0.44% | - |
| HSV(B) | 207º | 1% | 0.87% | - |
| XYZ | 20.02 | 19.15 | 71.05 | - |
| YUV | 97.11 | 197.91 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 221 | 1.00 | 0.45 | 0 | 0.13 | 207 | 0.99 | 0.44 |
| Hex | 1 | 7A | DD | 64 | 2D | 0 | D | CF | 63 | 2C |
| Octal | 1 | 172 | 335 | 144 | 55 | 0 | 15 | 317 | 143 | 54 |
| Binary | 1 | 1111010 | 11011101 | 1100100 | 101101 | 0 | 1101 | 11001111 | 1100011 | 101100 |
Color Harmonies of #017ADD
Complementary color
Monochromatic Colors of #017ADD
Black with #017ADD
Text Example
Text Example
White with #017ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017ADD; }
p { color: rgb(1,122,221); }
H1.HeaderClassName
{
color: #017ADD;
}
.AnyTagClassName
{
color: #017ADD;
}
</style>
background-color css
<style>
a { background-color: #017ADD; }
a { background-color: rgb(1,122,221); }
div.DivClassName
{
background-color: #017ADD;
}
.BgClassName
{
background-color: #017ADD;
}
</style>
border-color css
<style>
span { border-color: #017ADD; }
span { border-color: rgb(1,122,221); }
td.TdClassName
{
border-color: #017ADD;
}
.TagClassName
{
border-color: #017ADD;
}
</style>