Shades of Navy Blue #044ADB
Tints of Navy Blue #044ADB
RGB
CMYK
RGB Variations
Color information
#044ADB (or 0x044ADB) is known color: Navy Blue. HEX triplet: 04, 4A and DB. RGB value is (4,74,219). Sum of RGB (Red+Green+Blue) = 4+74+219=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #044ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044ADB is #FBB524. Grayscale: #444444. Windows color (decimal): -16495909 or 14371332. OLE color: 14371332.
HSL color Cylindrical-coordinate representation of color #044ADB: hue angle of 220.47º 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 #044ADB is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 74 | 219 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.14 |
| HSL | 220.47º | 0.96% | 0.44% | - |
| HSV(B) | 220.47º | 0.98% | 0.86% | - |
| XYZ | 15.29 | 10.04 | 68.15 | - |
| YUV | 69.6 | 212.31 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 219 | 0.98 | 0.66 | 0 | 0.14 | 220.47 | 0.96 | 0.44 |
| Hex | 4 | 4A | DB | 62 | 42 | 0 | E | DC | 60 | 2C |
| Octal | 4 | 112 | 333 | 142 | 102 | 0 | 16 | 334 | 140 | 54 |
| Binary | 100 | 1001010 | 11011011 | 1100010 | 1000010 | 0 | 1110 | 11011100 | 1100000 | 101100 |
Color Harmonies of #044ADB
Complementary color
Monochromatic Colors of #044ADB
Black with #044ADB
Text Example
Text Example
White with #044ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044ADB; }
p { color: rgb(4,74,219); }
H1.HeaderClassName
{
color: #044ADB;
}
.AnyTagClassName
{
color: #044ADB;
}
</style>
background-color css
<style>
a { background-color: #044ADB; }
a { background-color: rgb(4,74,219); }
div.DivClassName
{
background-color: #044ADB;
}
.BgClassName
{
background-color: #044ADB;
}
</style>
border-color css
<style>
span { border-color: #044ADB; }
span { border-color: rgb(4,74,219); }
td.TdClassName
{
border-color: #044ADB;
}
.TagClassName
{
border-color: #044ADB;
}
</style>