Shades of Navy Blue #0555DB
Tints of Navy Blue #0555DB
RGB
CMYK
RGB Variations
Color information
#0555DB (or 0x0555DB) is known color: Navy Blue. HEX triplet: 05, 55 and DB. RGB value is (5,85,219). Sum of RGB (Red+Green+Blue) = 5+85+219=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #0555DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0555DB is #FAAA24. Grayscale: #4B4B4B. Windows color (decimal): -16427557 or 14374149. OLE color: 14374149.
HSL color Cylindrical-coordinate representation of color #0555DB: hue angle of 217.57º 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 #0555DB is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 85 | 219 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.14 |
| HSL | 217.57º | 0.96% | 0.44% | - |
| HSV(B) | 217.57º | 0.98% | 0.86% | - |
| XYZ | 16.1 | 11.64 | 68.42 | - |
| YUV | 76.36 | 208.5 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 219 | 0.98 | 0.61 | 0 | 0.14 | 217.57 | 0.96 | 0.44 |
| Hex | 5 | 55 | DB | 62 | 3D | 0 | E | DA | 60 | 2C |
| Octal | 5 | 125 | 333 | 142 | 75 | 0 | 16 | 332 | 140 | 54 |
| Binary | 101 | 1010101 | 11011011 | 1100010 | 111101 | 0 | 1110 | 11011010 | 1100000 | 101100 |
Color Harmonies of #0555DB
Complementary color
Monochromatic Colors of #0555DB
Black with #0555DB
Text Example
Text Example
White with #0555DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0555DB; }
p { color: rgb(5,85,219); }
H1.HeaderClassName
{
color: #0555DB;
}
.AnyTagClassName
{
color: #0555DB;
}
</style>
background-color css
<style>
a { background-color: #0555DB; }
a { background-color: rgb(5,85,219); }
div.DivClassName
{
background-color: #0555DB;
}
.BgClassName
{
background-color: #0555DB;
}
</style>
border-color css
<style>
span { border-color: #0555DB; }
span { border-color: rgb(5,85,219); }
td.TdClassName
{
border-color: #0555DB;
}
.TagClassName
{
border-color: #0555DB;
}
</style>