Shades of Navy Blue #045FDB
Tints of Navy Blue #045FDB
RGB
CMYK
RGB Variations
Color information
#045FDB (or 0x045FDB) is known color: Navy Blue. HEX triplet: 04, 5F and DB. RGB value is (4,95,219). Sum of RGB (Red+Green+Blue) = 4+95+219=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 95 (37.5% from 255 or 29.87% 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 #045FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045FDB is #FBA024. Grayscale: #515151. Windows color (decimal): -16490533 or 14376708. OLE color: 14376708.
HSL color Cylindrical-coordinate representation of color #045FDB: hue angle of 214.6º 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 #045FDB is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 95 | 219 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.14 |
| HSL | 214.6º | 0.96% | 0.44% | - |
| HSV(B) | 214.6º | 0.98% | 0.86% | - |
| XYZ | 16.93 | 13.32 | 68.7 | - |
| YUV | 81.93 | 205.35 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 219 | 0.98 | 0.57 | 0 | 0.14 | 214.6 | 0.96 | 0.44 |
| Hex | 4 | 5F | DB | 62 | 39 | 0 | E | D7 | 60 | 2C |
| Octal | 4 | 137 | 333 | 142 | 71 | 0 | 16 | 327 | 140 | 54 |
| Binary | 100 | 1011111 | 11011011 | 1100010 | 111001 | 0 | 1110 | 11010111 | 1100000 | 101100 |
Color Harmonies of #045FDB
Complementary color
Monochromatic Colors of #045FDB
Black with #045FDB
Text Example
Text Example
White with #045FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FDB; }
p { color: rgb(4,95,219); }
H1.HeaderClassName
{
color: #045FDB;
}
.AnyTagClassName
{
color: #045FDB;
}
</style>
background-color css
<style>
a { background-color: #045FDB; }
a { background-color: rgb(4,95,219); }
div.DivClassName
{
background-color: #045FDB;
}
.BgClassName
{
background-color: #045FDB;
}
</style>
border-color css
<style>
span { border-color: #045FDB; }
span { border-color: rgb(4,95,219); }
td.TdClassName
{
border-color: #045FDB;
}
.TagClassName
{
border-color: #045FDB;
}
</style>