Shades of Navy Blue #055EDB
Tints of Navy Blue #055EDB
RGB
CMYK
RGB Variations
Color information
#055EDB (or 0x055EDB) is known color: Navy Blue. HEX triplet: 05, 5E and DB. RGB value is (5,94,219). Sum of RGB (Red+Green+Blue) = 5+94+219=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #055EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055EDB is #FAA124. Grayscale: #515151. Windows color (decimal): -16425253 or 14376453. OLE color: 14376453.
HSL color Cylindrical-coordinate representation of color #055EDB: hue angle of 215.05º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055EDB is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 94 | 219 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.14 |
| HSL | 215.05º | 0.96% | 0.44% | - |
| HSV(B) | 215.05º | 0.98% | 0.86% | - |
| XYZ | 16.85 | 13.15 | 68.67 | - |
| YUV | 81.64 | 205.51 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 219 | 0.98 | 0.57 | 0 | 0.14 | 215.05 | 0.96 | 0.44 |
| Hex | 5 | 5E | DB | 62 | 39 | 0 | E | D7 | 60 | 2C |
| Octal | 5 | 136 | 333 | 142 | 71 | 0 | 16 | 327 | 140 | 54 |
| Binary | 101 | 1011110 | 11011011 | 1100010 | 111001 | 0 | 1110 | 11010111 | 1100000 | 101100 |
Color Harmonies of #055EDB
Complementary color
Monochromatic Colors of #055EDB
Black with #055EDB
Text Example
Text Example
White with #055EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055EDB; }
p { color: rgb(5,94,219); }
H1.HeaderClassName
{
color: #055EDB;
}
.AnyTagClassName
{
color: #055EDB;
}
</style>
background-color css
<style>
a { background-color: #055EDB; }
a { background-color: rgb(5,94,219); }
div.DivClassName
{
background-color: #055EDB;
}
.BgClassName
{
background-color: #055EDB;
}
</style>
border-color css
<style>
span { border-color: #055EDB; }
span { border-color: rgb(5,94,219); }
td.TdClassName
{
border-color: #055EDB;
}
.TagClassName
{
border-color: #055EDB;
}
</style>