Shades of Navy Blue #055FDB
Tints of Navy Blue #055FDB
RGB
CMYK
RGB Variations
Color information
#055FDB (or 0x055FDB) is known color: Navy Blue. HEX triplet: 05, 5F and DB. RGB value is (5,95,219). Sum of RGB (Red+Green+Blue) = 5+95+219=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #055FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055FDB is #FAA024. Grayscale: #515151. Windows color (decimal): -16424997 or 14376709. OLE color: 14376709.
HSL color Cylindrical-coordinate representation of color #055FDB: hue angle of 214.77º 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 #055FDB is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 95 | 219 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.14 |
| HSL | 214.77º | 0.96% | 0.44% | - |
| HSV(B) | 214.77º | 0.98% | 0.86% | - |
| XYZ | 16.94 | 13.33 | 68.7 | - |
| YUV | 82.23 | 205.18 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 95 | 219 | 0.98 | 0.57 | 0 | 0.14 | 214.77 | 0.96 | 0.44 |
| Hex | 5 | 5F | DB | 62 | 39 | 0 | E | D7 | 60 | 2C |
| Octal | 5 | 137 | 333 | 142 | 71 | 0 | 16 | 327 | 140 | 54 |
| Binary | 101 | 1011111 | 11011011 | 1100010 | 111001 | 0 | 1110 | 11010111 | 1100000 | 101100 |
Color Harmonies of #055FDB
Complementary color
Monochromatic Colors of #055FDB
Black with #055FDB
Text Example
Text Example
White with #055FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055FDB; }
p { color: rgb(5,95,219); }
H1.HeaderClassName
{
color: #055FDB;
}
.AnyTagClassName
{
color: #055FDB;
}
</style>
background-color css
<style>
a { background-color: #055FDB; }
a { background-color: rgb(5,95,219); }
div.DivClassName
{
background-color: #055FDB;
}
.BgClassName
{
background-color: #055FDB;
}
</style>
border-color css
<style>
span { border-color: #055FDB; }
span { border-color: rgb(5,95,219); }
td.TdClassName
{
border-color: #055FDB;
}
.TagClassName
{
border-color: #055FDB;
}
</style>