Shades of Navy Blue #005AD1
Tints of Navy Blue #005AD1
RGB
CMYK
RGB Variations
Color information
#005AD1 (or 0x005AD1) is known color: Navy Blue. HEX triplet: 00, 5A and D1. RGB value is (0,90,209). Sum of RGB (Red+Green+Blue) = 0+90+209=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 209 (82.03% from 255 or 69.90% from 299); Max value from RGB is 209 - color contains mainly: blue. Hex color #005AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005AD1 is #FFA52E. Grayscale: #4C4C4C. Windows color (decimal): -16753967 or 13720064. OLE color: 13720064.
HSL color Cylindrical-coordinate representation of color #005AD1: hue angle of 214.16º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AD1 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 90 | 209 | - |
| CMYK | 1 | 0.57 | 0 | 0.18 |
| HSL | 214.16º | 1% | 0.41% | - |
| HSV(B) | 214.16º | 1% | 0.82% | - |
| XYZ | 15.16 | 11.92 | 61.82 | - |
| YUV | 76.66 | 202.68 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 209 | 1 | 0.57 | 0 | 0.18 | 214.16 | 1 | 0.41 |
| Hex | 0 | 5A | D1 | 64 | 39 | 0 | 12 | D6 | 64 | 29 |
| Octal | 0 | 132 | 321 | 144 | 71 | 0 | 22 | 326 | 144 | 51 |
| Binary | 0 | 1011010 | 11010001 | 1100100 | 111001 | 0 | 10010 | 11010110 | 1100100 | 101001 |
Color Harmonies of #005AD1
Complementary color
Monochromatic Colors of #005AD1
Black with #005AD1
Text Example
Text Example
White with #005AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AD1; }
p { color: rgb(0,90,209); }
H1.HeaderClassName
{
color: #005AD1;
}
.AnyTagClassName
{
color: #005AD1;
}
</style>
background-color css
<style>
a { background-color: #005AD1; }
a { background-color: rgb(0,90,209); }
div.DivClassName
{
background-color: #005AD1;
}
.BgClassName
{
background-color: #005AD1;
}
</style>
border-color css
<style>
span { border-color: #005AD1; }
span { border-color: rgb(0,90,209); }
td.TdClassName
{
border-color: #005AD1;
}
.TagClassName
{
border-color: #005AD1;
}
</style>