Shades of Navy Blue #017AED
Tints of Navy Blue #017AED
RGB
CMYK
RGB Variations
Color information
#017AED (or 0x017AED) is known color: Navy Blue. HEX triplet: 01, 7A and ED. RGB value is (1,122,237). Sum of RGB (Red+Green+Blue) = 1+122+237=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #017AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017AED is #FE8512. Grayscale: #626262. Windows color (decimal): -16680211 or 15563265. OLE color: 15563265.
HSL color Cylindrical-coordinate representation of color #017AED: hue angle of 209.24º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017AED is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 122 | 237 | - |
| CMYK | 1.00 | 0.49 | 0 | 0.07 |
| HSL | 209.24º | 0.99% | 0.47% | - |
| HSV(B) | 209.24º | 1% | 0.93% | - |
| XYZ | 22.26 | 20.04 | 82.82 | - |
| YUV | 98.93 | 205.91 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 237 | 1.00 | 0.49 | 0 | 0.07 | 209.24 | 0.99 | 0.47 |
| Hex | 1 | 7A | ED | 64 | 31 | 0 | 7 | D1 | 63 | 2F |
| Octal | 1 | 172 | 355 | 144 | 61 | 0 | 7 | 321 | 143 | 57 |
| Binary | 1 | 1111010 | 11101101 | 1100100 | 110001 | 0 | 111 | 11010001 | 1100011 | 101111 |
Color Harmonies of #017AED
Complementary color
Monochromatic Colors of #017AED
Black with #017AED
Text Example
Text Example
White with #017AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017AED; }
p { color: rgb(1,122,237); }
H1.HeaderClassName
{
color: #017AED;
}
.AnyTagClassName
{
color: #017AED;
}
</style>
background-color css
<style>
a { background-color: #017AED; }
a { background-color: rgb(1,122,237); }
div.DivClassName
{
background-color: #017AED;
}
.BgClassName
{
background-color: #017AED;
}
</style>
border-color css
<style>
span { border-color: #017AED; }
span { border-color: rgb(1,122,237); }
td.TdClassName
{
border-color: #017AED;
}
.TagClassName
{
border-color: #017AED;
}
</style>