Shades of Navy Blue #056BE1
Tints of Navy Blue #056BE1
RGB
CMYK
RGB Variations
Color information
#056BE1 (or 0x056BE1) is known color: Navy Blue. HEX triplet: 05, 6B and E1. RGB value is (5,107,225). Sum of RGB (Red+Green+Blue) = 5+107+225=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #056BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BE1 is #FA941E. Grayscale: #595959. Windows color (decimal): -16421919 or 14772997. OLE color: 14772997.
HSL color Cylindrical-coordinate representation of color #056BE1: hue angle of 212.18º 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 #056BE1 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 107 | 225 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.12 |
| HSL | 212.18º | 0.96% | 0.45% | - |
| HSV(B) | 212.18º | 0.98% | 0.88% | - |
| XYZ | 18.91 | 15.98 | 73.32 | - |
| YUV | 89.95 | 204.21 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 225 | 0.98 | 0.52 | 0 | 0.12 | 212.18 | 0.96 | 0.45 |
| Hex | 5 | 6B | E1 | 62 | 34 | 0 | C | D4 | 60 | 2D |
| Octal | 5 | 153 | 341 | 142 | 64 | 0 | 14 | 324 | 140 | 55 |
| Binary | 101 | 1101011 | 11100001 | 1100010 | 110100 | 0 | 1100 | 11010100 | 1100000 | 101101 |
Color Harmonies of #056BE1
Complementary color
Monochromatic Colors of #056BE1
Black with #056BE1
Text Example
Text Example
White with #056BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056BE1; }
p { color: rgb(5,107,225); }
H1.HeaderClassName
{
color: #056BE1;
}
.AnyTagClassName
{
color: #056BE1;
}
</style>
background-color css
<style>
a { background-color: #056BE1; }
a { background-color: rgb(5,107,225); }
div.DivClassName
{
background-color: #056BE1;
}
.BgClassName
{
background-color: #056BE1;
}
</style>
border-color css
<style>
span { border-color: #056BE1; }
span { border-color: rgb(5,107,225); }
td.TdClassName
{
border-color: #056BE1;
}
.TagClassName
{
border-color: #056BE1;
}
</style>