Shades of Navy Blue #005ABA
Tints of Navy Blue #005ABA
RGB
CMYK
RGB Variations
Color information
#005ABA (or 0x005ABA) is known color: Navy Blue. HEX triplet: 00, 5A and BA. RGB value is (0,90,186). Sum of RGB (Red+Green+Blue) = 0+90+186=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #005ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ABA is #FFA545. Grayscale: #494949. Windows color (decimal): -16753990 or 12212736. OLE color: 12212736.
HSL color Cylindrical-coordinate representation of color #005ABA: hue angle of 210.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005ABA is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 90 | 186 | - |
| CMYK | 1 | 0.52 | 0 | 0.27 |
| HSL | 210.97º | 1% | 0.36% | - |
| HSV(B) | 210.97º | 1% | 0.73% | - |
| XYZ | 12.52 | 10.86 | 47.89 | - |
| YUV | 74.03 | 191.18 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 186 | 1 | 0.52 | 0 | 0.27 | 210.97 | 1 | 0.36 |
| Hex | 0 | 5A | BA | 64 | 34 | 0 | 1B | D3 | 64 | 24 |
| Octal | 0 | 132 | 272 | 144 | 64 | 0 | 33 | 323 | 144 | 44 |
| Binary | 0 | 1011010 | 10111010 | 1100100 | 110100 | 0 | 11011 | 11010011 | 1100100 | 100100 |
Color Harmonies of #005ABA
Complementary color
Monochromatic Colors of #005ABA
Black with #005ABA
Text Example
Text Example
White with #005ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005ABA; }
p { color: rgb(0,90,186); }
H1.HeaderClassName
{
color: #005ABA;
}
.AnyTagClassName
{
color: #005ABA;
}
</style>
background-color css
<style>
a { background-color: #005ABA; }
a { background-color: rgb(0,90,186); }
div.DivClassName
{
background-color: #005ABA;
}
.BgClassName
{
background-color: #005ABA;
}
</style>
border-color css
<style>
span { border-color: #005ABA; }
span { border-color: rgb(0,90,186); }
td.TdClassName
{
border-color: #005ABA;
}
.TagClassName
{
border-color: #005ABA;
}
</style>