Shades of Navy Blue #056ACB
Tints of Navy Blue #056ACB
RGB
CMYK
RGB Variations
Color information
#056ACB (or 0x056ACB) is known color: Navy Blue. HEX triplet: 05, 6A and CB. RGB value is (5,106,203). Sum of RGB (Red+Green+Blue) = 5+106+203=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #056ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056ACB is #FA9534. Grayscale: #565656. Windows color (decimal): -16422197 or 13330949. OLE color: 13330949.
HSL color Cylindrical-coordinate representation of color #056ACB: hue angle of 209.39º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056ACB is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 106 | 203 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.20 |
| HSL | 209.39º | 0.95% | 0.41% | - |
| HSV(B) | 209.39º | 0.98% | 0.8% | - |
| XYZ | 16 | 14.65 | 58.48 | - |
| YUV | 86.86 | 193.54 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 203 | 0.98 | 0.48 | 0 | 0.20 | 209.39 | 0.95 | 0.41 |
| Hex | 5 | 6A | CB | 62 | 30 | 0 | 14 | D1 | 5F | 29 |
| Octal | 5 | 152 | 313 | 142 | 60 | 0 | 24 | 321 | 137 | 51 |
| Binary | 101 | 1101010 | 11001011 | 1100010 | 110000 | 0 | 10100 | 11010001 | 1011111 | 101001 |
Color Harmonies of #056ACB
Complementary color
Monochromatic Colors of #056ACB
Black with #056ACB
Text Example
Text Example
White with #056ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056ACB; }
p { color: rgb(5,106,203); }
H1.HeaderClassName
{
color: #056ACB;
}
.AnyTagClassName
{
color: #056ACB;
}
</style>
background-color css
<style>
a { background-color: #056ACB; }
a { background-color: rgb(5,106,203); }
div.DivClassName
{
background-color: #056ACB;
}
.BgClassName
{
background-color: #056ACB;
}
</style>
border-color css
<style>
span { border-color: #056ACB; }
span { border-color: rgb(5,106,203); }
td.TdClassName
{
border-color: #056ACB;
}
.TagClassName
{
border-color: #056ACB;
}
</style>