Shades of Navy Blue #056BE0
Tints of Navy Blue #056BE0
RGB
CMYK
RGB Variations
Color information
#056BE0 (or 0x056BE0) is known color: Navy Blue. HEX triplet: 05, 6B and E0. RGB value is (5,107,224). Sum of RGB (Red+Green+Blue) = 5+107+224=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #056BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BE0 is #FA941F. Grayscale: #595959. Windows color (decimal): -16421920 or 14707461. OLE color: 14707461.
HSL color Cylindrical-coordinate representation of color #056BE0: hue angle of 212.05º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056BE0 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 107 | 224 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.12 |
| HSL | 212.05º | 0.96% | 0.45% | - |
| HSV(B) | 212.05º | 0.98% | 0.88% | - |
| XYZ | 18.77 | 15.93 | 72.61 | - |
| YUV | 89.84 | 203.71 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 224 | 0.98 | 0.52 | 0 | 0.12 | 212.05 | 0.96 | 0.45 |
| Hex | 5 | 6B | E0 | 62 | 34 | 0 | C | D4 | 60 | 2D |
| Octal | 5 | 153 | 340 | 142 | 64 | 0 | 14 | 324 | 140 | 55 |
| Binary | 101 | 1101011 | 11100000 | 1100010 | 110100 | 0 | 1100 | 11010100 | 1100000 | 101101 |
Color Harmonies of #056BE0
Complementary color
Monochromatic Colors of #056BE0
Black with #056BE0
Text Example
Text Example
White with #056BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056BE0; }
p { color: rgb(5,107,224); }
H1.HeaderClassName
{
color: #056BE0;
}
.AnyTagClassName
{
color: #056BE0;
}
</style>
background-color css
<style>
a { background-color: #056BE0; }
a { background-color: rgb(5,107,224); }
div.DivClassName
{
background-color: #056BE0;
}
.BgClassName
{
background-color: #056BE0;
}
</style>
border-color css
<style>
span { border-color: #056BE0; }
span { border-color: rgb(5,107,224); }
td.TdClassName
{
border-color: #056BE0;
}
.TagClassName
{
border-color: #056BE0;
}
</style>