Shades of Navy Blue #056DED
Tints of Navy Blue #056DED
RGB
CMYK
RGB Variations
Color information
#056DED (or 0x056DED) is known color: Navy Blue. HEX triplet: 05, 6D and ED. RGB value is (5,109,237). Sum of RGB (Red+Green+Blue) = 5+109+237=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #056DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056DED is #FA9212. Grayscale: #5B5B5B. Windows color (decimal): -16421395 or 15559941. OLE color: 15559941.
HSL color Cylindrical-coordinate representation of color #056DED: hue angle of 213.1º 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 #056DED is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 109 | 237 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.07 |
| HSL | 213.1º | 0.96% | 0.47% | - |
| HSV(B) | 213.1º | 0.98% | 0.93% | - |
| XYZ | 20.82 | 17.08 | 82.32 | - |
| YUV | 92.5 | 209.54 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 237 | 0.98 | 0.54 | 0 | 0.07 | 213.1 | 0.96 | 0.47 |
| Hex | 5 | 6D | ED | 62 | 36 | 0 | 7 | D5 | 60 | 2F |
| Octal | 5 | 155 | 355 | 142 | 66 | 0 | 7 | 325 | 140 | 57 |
| Binary | 101 | 1101101 | 11101101 | 1100010 | 110110 | 0 | 111 | 11010101 | 1100000 | 101111 |
Color Harmonies of #056DED
Complementary color
Monochromatic Colors of #056DED
Black with #056DED
Text Example
Text Example
White with #056DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DED; }
p { color: rgb(5,109,237); }
H1.HeaderClassName
{
color: #056DED;
}
.AnyTagClassName
{
color: #056DED;
}
</style>
background-color css
<style>
a { background-color: #056DED; }
a { background-color: rgb(5,109,237); }
div.DivClassName
{
background-color: #056DED;
}
.BgClassName
{
background-color: #056DED;
}
</style>
border-color css
<style>
span { border-color: #056DED; }
span { border-color: rgb(5,109,237); }
td.TdClassName
{
border-color: #056DED;
}
.TagClassName
{
border-color: #056DED;
}
</style>