Shades of Navy Blue #044BDA
Tints of Navy Blue #044BDA
RGB
CMYK
RGB Variations
Color information
#044BDA (or 0x044BDA) is known color: Navy Blue. HEX triplet: 04, 4B and DA. RGB value is (4,75,218). Sum of RGB (Red+Green+Blue) = 4+75+218=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #044BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BDA is #FBB425. Grayscale: #454545. Windows color (decimal): -16495654 or 14306052. OLE color: 14306052.
HSL color Cylindrical-coordinate representation of color #044BDA: hue angle of 220.09º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BDA is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 75 | 218 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.15 |
| HSL | 220.09º | 0.96% | 0.44% | - |
| HSV(B) | 220.09º | 0.98% | 0.85% | - |
| XYZ | 15.22 | 10.12 | 67.48 | - |
| YUV | 70.07 | 211.48 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 218 | 0.98 | 0.66 | 0 | 0.15 | 220.09 | 0.96 | 0.44 |
| Hex | 4 | 4B | DA | 62 | 42 | 0 | F | DC | 60 | 2C |
| Octal | 4 | 113 | 332 | 142 | 102 | 0 | 17 | 334 | 140 | 54 |
| Binary | 100 | 1001011 | 11011010 | 1100010 | 1000010 | 0 | 1111 | 11011100 | 1100000 | 101100 |
Color Harmonies of #044BDA
Complementary color
Monochromatic Colors of #044BDA
Black with #044BDA
Text Example
Text Example
White with #044BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BDA; }
p { color: rgb(4,75,218); }
H1.HeaderClassName
{
color: #044BDA;
}
.AnyTagClassName
{
color: #044BDA;
}
</style>
background-color css
<style>
a { background-color: #044BDA; }
a { background-color: rgb(4,75,218); }
div.DivClassName
{
background-color: #044BDA;
}
.BgClassName
{
background-color: #044BDA;
}
</style>
border-color css
<style>
span { border-color: #044BDA; }
span { border-color: rgb(4,75,218); }
td.TdClassName
{
border-color: #044BDA;
}
.TagClassName
{
border-color: #044BDA;
}
</style>