Shades of Navy Blue #056EED
Tints of Navy Blue #056EED
RGB
CMYK
RGB Variations
Color information
#056EED (or 0x056EED) is known color: Navy Blue. HEX triplet: 05, 6E and ED. RGB value is (5,110,237). Sum of RGB (Red+Green+Blue) = 5+110+237=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #056EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056EED is #FA9112. Grayscale: #5C5C5C. Windows color (decimal): -16421139 or 15560197. OLE color: 15560197.
HSL color Cylindrical-coordinate representation of color #056EED: hue angle of 212.84º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056EED is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 110 | 237 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.07 |
| HSL | 212.84º | 0.96% | 0.47% | - |
| HSV(B) | 212.84º | 0.98% | 0.93% | - |
| XYZ | 20.92 | 17.3 | 82.36 | - |
| YUV | 93.08 | 209.21 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 237 | 0.98 | 0.54 | 0 | 0.07 | 212.84 | 0.96 | 0.47 |
| Hex | 5 | 6E | ED | 62 | 36 | 0 | 7 | D5 | 60 | 2F |
| Octal | 5 | 156 | 355 | 142 | 66 | 0 | 7 | 325 | 140 | 57 |
| Binary | 101 | 1101110 | 11101101 | 1100010 | 110110 | 0 | 111 | 11010101 | 1100000 | 101111 |
Color Harmonies of #056EED
Complementary color
Monochromatic Colors of #056EED
Black with #056EED
Text Example
Text Example
White with #056EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EED; }
p { color: rgb(5,110,237); }
H1.HeaderClassName
{
color: #056EED;
}
.AnyTagClassName
{
color: #056EED;
}
</style>
background-color css
<style>
a { background-color: #056EED; }
a { background-color: rgb(5,110,237); }
div.DivClassName
{
background-color: #056EED;
}
.BgClassName
{
background-color: #056EED;
}
</style>
border-color css
<style>
span { border-color: #056EED; }
span { border-color: rgb(5,110,237); }
td.TdClassName
{
border-color: #056EED;
}
.TagClassName
{
border-color: #056EED;
}
</style>