Shades of Navy Blue #005ABD
Tints of Navy Blue #005ABD
RGB
CMYK
RGB Variations
Color information
#005ABD (or 0x005ABD) is known color: Navy Blue. HEX triplet: 00, 5A and BD. RGB value is (0,90,189). Sum of RGB (Red+Green+Blue) = 0+90+189=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #005ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ABD is #FFA542. Grayscale: #494949. Windows color (decimal): -16753987 or 12409344. OLE color: 12409344.
HSL color Cylindrical-coordinate representation of color #005ABD: hue angle of 211.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005ABD is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 90 | 189 | - |
| CMYK | 1 | 0.52 | 0 | 0.26 |
| HSL | 211.43º | 1% | 0.37% | - |
| HSV(B) | 211.43º | 1% | 0.74% | - |
| XYZ | 12.84 | 10.99 | 49.59 | - |
| YUV | 74.38 | 192.68 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 189 | 1 | 0.52 | 0 | 0.26 | 211.43 | 1 | 0.37 |
| Hex | 0 | 5A | BD | 64 | 34 | 0 | 1A | D3 | 64 | 25 |
| Octal | 0 | 132 | 275 | 144 | 64 | 0 | 32 | 323 | 144 | 45 |
| Binary | 0 | 1011010 | 10111101 | 1100100 | 110100 | 0 | 11010 | 11010011 | 1100100 | 100101 |
Color Harmonies of #005ABD
Complementary color
Monochromatic Colors of #005ABD
Black with #005ABD
Text Example
Text Example
White with #005ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005ABD; }
p { color: rgb(0,90,189); }
H1.HeaderClassName
{
color: #005ABD;
}
.AnyTagClassName
{
color: #005ABD;
}
</style>
background-color css
<style>
a { background-color: #005ABD; }
a { background-color: rgb(0,90,189); }
div.DivClassName
{
background-color: #005ABD;
}
.BgClassName
{
background-color: #005ABD;
}
</style>
border-color css
<style>
span { border-color: #005ABD; }
span { border-color: rgb(0,90,189); }
td.TdClassName
{
border-color: #005ABD;
}
.TagClassName
{
border-color: #005ABD;
}
</style>