Shades of Navy Blue #045DDB
Tints of Navy Blue #045DDB
RGB
CMYK
RGB Variations
Color information
#045DDB (or 0x045DDB) is known color: Navy Blue. HEX triplet: 04, 5D and DB. RGB value is (4,93,219). Sum of RGB (Red+Green+Blue) = 4+93+219=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #045DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045DDB is #FBA224. Grayscale: #505050. Windows color (decimal): -16491045 or 14376196. OLE color: 14376196.
HSL color Cylindrical-coordinate representation of color #045DDB: hue angle of 215.16º 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 #045DDB is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 93 | 219 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.14 |
| HSL | 215.16º | 0.96% | 0.44% | - |
| HSV(B) | 215.16º | 0.98% | 0.86% | - |
| XYZ | 16.75 | 12.97 | 68.64 | - |
| YUV | 80.75 | 206.01 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 219 | 0.98 | 0.58 | 0 | 0.14 | 215.16 | 0.96 | 0.44 |
| Hex | 4 | 5D | DB | 62 | 3A | 0 | E | D7 | 60 | 2C |
| Octal | 4 | 135 | 333 | 142 | 72 | 0 | 16 | 327 | 140 | 54 |
| Binary | 100 | 1011101 | 11011011 | 1100010 | 111010 | 0 | 1110 | 11010111 | 1100000 | 101100 |
Color Harmonies of #045DDB
Complementary color
Monochromatic Colors of #045DDB
Black with #045DDB
Text Example
Text Example
White with #045DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045DDB; }
p { color: rgb(4,93,219); }
H1.HeaderClassName
{
color: #045DDB;
}
.AnyTagClassName
{
color: #045DDB;
}
</style>
background-color css
<style>
a { background-color: #045DDB; }
a { background-color: rgb(4,93,219); }
div.DivClassName
{
background-color: #045DDB;
}
.BgClassName
{
background-color: #045DDB;
}
</style>
border-color css
<style>
span { border-color: #045DDB; }
span { border-color: rgb(4,93,219); }
td.TdClassName
{
border-color: #045DDB;
}
.TagClassName
{
border-color: #045DDB;
}
</style>