Shades of Navy Blue #005ACE
Tints of Navy Blue #005ACE
RGB
CMYK
RGB Variations
Color information
#005ACE (or 0x005ACE) is known color: Navy Blue. HEX triplet: 00, 5A and CE. RGB value is (0,90,206). Sum of RGB (Red+Green+Blue) = 0+90+206=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #005ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ACE is #FFA531. Grayscale: #4B4B4B. Windows color (decimal): -16753970 or 13523456. OLE color: 13523456.
HSL color Cylindrical-coordinate representation of color #005ACE: hue angle of 213.79º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005ACE is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 90 | 206 | - |
| CMYK | 1 | 0.56 | 0 | 0.19 |
| HSL | 213.79º | 1% | 0.4% | - |
| HSV(B) | 213.79º | 1% | 0.81% | - |
| XYZ | 14.8 | 11.77 | 59.88 | - |
| YUV | 76.31 | 201.18 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 206 | 1 | 0.56 | 0 | 0.19 | 213.79 | 1 | 0.4 |
| Hex | 0 | 5A | CE | 64 | 38 | 0 | 13 | D6 | 64 | 28 |
| Octal | 0 | 132 | 316 | 144 | 70 | 0 | 23 | 326 | 144 | 50 |
| Binary | 0 | 1011010 | 11001110 | 1100100 | 111000 | 0 | 10011 | 11010110 | 1100100 | 101000 |
Color Harmonies of #005ACE
Complementary color
Monochromatic Colors of #005ACE
Black with #005ACE
Text Example
Text Example
White with #005ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005ACE; }
p { color: rgb(0,90,206); }
H1.HeaderClassName
{
color: #005ACE;
}
.AnyTagClassName
{
color: #005ACE;
}
</style>
background-color css
<style>
a { background-color: #005ACE; }
a { background-color: rgb(0,90,206); }
div.DivClassName
{
background-color: #005ACE;
}
.BgClassName
{
background-color: #005ACE;
}
</style>
border-color css
<style>
span { border-color: #005ACE; }
span { border-color: rgb(0,90,206); }
td.TdClassName
{
border-color: #005ACE;
}
.TagClassName
{
border-color: #005ACE;
}
</style>