Shades of Navy Blue #005ACC
Tints of Navy Blue #005ACC
RGB
CMYK
RGB Variations
Color information
#005ACC (or 0x005ACC) is known color: Navy Blue. HEX triplet: 00, 5A and CC. RGB value is (0,90,204). Sum of RGB (Red+Green+Blue) = 0+90+204=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #005ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ACC is #FFA533. Grayscale: #4B4B4B. Windows color (decimal): -16753972 or 13392384. OLE color: 13392384.
HSL color Cylindrical-coordinate representation of color #005ACC: hue angle of 213.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005ACC is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 90 | 204 | - |
| CMYK | 1 | 0.56 | 0 | 0.2 |
| HSL | 213.53º | 1% | 0.4% | - |
| HSV(B) | 213.53º | 1% | 0.8% | - |
| XYZ | 14.56 | 11.67 | 58.61 | - |
| YUV | 76.09 | 200.18 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 204 | 1 | 0.56 | 0 | 0.2 | 213.53 | 1 | 0.4 |
| Hex | 0 | 5A | CC | 64 | 38 | 0 | 14 | D6 | 64 | 28 |
| Octal | 0 | 132 | 314 | 144 | 70 | 0 | 24 | 326 | 144 | 50 |
| Binary | 0 | 1011010 | 11001100 | 1100100 | 111000 | 0 | 10100 | 11010110 | 1100100 | 101000 |
Color Harmonies of #005ACC
Complementary color
Monochromatic Colors of #005ACC
Black with #005ACC
Text Example
Text Example
White with #005ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005ACC; }
p { color: rgb(0,90,204); }
H1.HeaderClassName
{
color: #005ACC;
}
.AnyTagClassName
{
color: #005ACC;
}
</style>
background-color css
<style>
a { background-color: #005ACC; }
a { background-color: rgb(0,90,204); }
div.DivClassName
{
background-color: #005ACC;
}
.BgClassName
{
background-color: #005ACC;
}
</style>
border-color css
<style>
span { border-color: #005ACC; }
span { border-color: rgb(0,90,204); }
td.TdClassName
{
border-color: #005ACC;
}
.TagClassName
{
border-color: #005ACC;
}
</style>