Shades of Navy Blue #0455DB
Tints of Navy Blue #0455DB
RGB
CMYK
RGB Variations
Color information
#0455DB (or 0x0455DB) is known color: Navy Blue. HEX triplet: 04, 55 and DB. RGB value is (4,85,219). Sum of RGB (Red+Green+Blue) = 4+85+219=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #0455DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0455DB is #FBAA24. Grayscale: #4B4B4B. Windows color (decimal): -16493093 or 14374148. OLE color: 14374148.
HSL color Cylindrical-coordinate representation of color #0455DB: hue angle of 217.4º 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 #0455DB is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 85 | 219 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.14 |
| HSL | 217.4º | 0.96% | 0.44% | - |
| HSV(B) | 217.4º | 0.98% | 0.86% | - |
| XYZ | 16.08 | 11.64 | 68.42 | - |
| YUV | 76.06 | 208.66 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 219 | 0.98 | 0.61 | 0 | 0.14 | 217.4 | 0.96 | 0.44 |
| Hex | 4 | 55 | DB | 62 | 3D | 0 | E | D9 | 60 | 2C |
| Octal | 4 | 125 | 333 | 142 | 75 | 0 | 16 | 331 | 140 | 54 |
| Binary | 100 | 1010101 | 11011011 | 1100010 | 111101 | 0 | 1110 | 11011001 | 1100000 | 101100 |
Color Harmonies of #0455DB
Complementary color
Monochromatic Colors of #0455DB
Black with #0455DB
Text Example
Text Example
White with #0455DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0455DB; }
p { color: rgb(4,85,219); }
H1.HeaderClassName
{
color: #0455DB;
}
.AnyTagClassName
{
color: #0455DB;
}
</style>
background-color css
<style>
a { background-color: #0455DB; }
a { background-color: rgb(4,85,219); }
div.DivClassName
{
background-color: #0455DB;
}
.BgClassName
{
background-color: #0455DB;
}
</style>
border-color css
<style>
span { border-color: #0455DB; }
span { border-color: rgb(4,85,219); }
td.TdClassName
{
border-color: #0455DB;
}
.TagClassName
{
border-color: #0455DB;
}
</style>