Shades of Navy Blue #056ACE
Tints of Navy Blue #056ACE
RGB
CMYK
RGB Variations
Color information
#056ACE (or 0x056ACE) is known color: Navy Blue. HEX triplet: 05, 6A and CE. RGB value is (5,106,206). Sum of RGB (Red+Green+Blue) = 5+106+206=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #056ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056ACE is #FA9531. Grayscale: #565656. Windows color (decimal): -16422194 or 13527557. OLE color: 13527557.
HSL color Cylindrical-coordinate representation of color #056ACE: hue angle of 209.85º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056ACE is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 106 | 206 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.19 |
| HSL | 209.85º | 0.95% | 0.41% | - |
| HSV(B) | 209.85º | 0.98% | 0.81% | - |
| XYZ | 16.36 | 14.8 | 60.39 | - |
| YUV | 87.2 | 195.04 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 206 | 0.98 | 0.49 | 0 | 0.19 | 209.85 | 0.95 | 0.41 |
| Hex | 5 | 6A | CE | 62 | 31 | 0 | 13 | D2 | 5F | 29 |
| Octal | 5 | 152 | 316 | 142 | 61 | 0 | 23 | 322 | 137 | 51 |
| Binary | 101 | 1101010 | 11001110 | 1100010 | 110001 | 0 | 10011 | 11010010 | 1011111 | 101001 |
Color Harmonies of #056ACE
Complementary color
Monochromatic Colors of #056ACE
Black with #056ACE
Text Example
Text Example
White with #056ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056ACE; }
p { color: rgb(5,106,206); }
H1.HeaderClassName
{
color: #056ACE;
}
.AnyTagClassName
{
color: #056ACE;
}
</style>
background-color css
<style>
a { background-color: #056ACE; }
a { background-color: rgb(5,106,206); }
div.DivClassName
{
background-color: #056ACE;
}
.BgClassName
{
background-color: #056ACE;
}
</style>
border-color css
<style>
span { border-color: #056ACE; }
span { border-color: rgb(5,106,206); }
td.TdClassName
{
border-color: #056ACE;
}
.TagClassName
{
border-color: #056ACE;
}
</style>