Shades of Navy Blue #055EDD
Tints of Navy Blue #055EDD
RGB
CMYK
RGB Variations
Color information
#055EDD (or 0x055EDD) is known color: Navy Blue. HEX triplet: 05, 5E and DD. RGB value is (5,94,221). Sum of RGB (Red+Green+Blue) = 5+94+221=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #055EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055EDD is #FAA122. Grayscale: #515151. Windows color (decimal): -16425251 or 14507525. OLE color: 14507525.
HSL color Cylindrical-coordinate representation of color #055EDD: hue angle of 215.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055EDD is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 94 | 221 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.13 |
| HSL | 215.28º | 0.96% | 0.44% | - |
| HSV(B) | 215.28º | 0.98% | 0.87% | - |
| XYZ | 17.12 | 13.26 | 70.06 | - |
| YUV | 81.87 | 206.51 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 221 | 0.98 | 0.57 | 0 | 0.13 | 215.28 | 0.96 | 0.44 |
| Hex | 5 | 5E | DD | 62 | 39 | 0 | D | D7 | 60 | 2C |
| Octal | 5 | 136 | 335 | 142 | 71 | 0 | 15 | 327 | 140 | 54 |
| Binary | 101 | 1011110 | 11011101 | 1100010 | 111001 | 0 | 1101 | 11010111 | 1100000 | 101100 |
Color Harmonies of #055EDD
Complementary color
Monochromatic Colors of #055EDD
Black with #055EDD
Text Example
Text Example
White with #055EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055EDD; }
p { color: rgb(5,94,221); }
H1.HeaderClassName
{
color: #055EDD;
}
.AnyTagClassName
{
color: #055EDD;
}
</style>
background-color css
<style>
a { background-color: #055EDD; }
a { background-color: rgb(5,94,221); }
div.DivClassName
{
background-color: #055EDD;
}
.BgClassName
{
background-color: #055EDD;
}
</style>
border-color css
<style>
span { border-color: #055EDD; }
span { border-color: rgb(5,94,221); }
td.TdClassName
{
border-color: #055EDD;
}
.TagClassName
{
border-color: #055EDD;
}
</style>