Shades of Navy Blue #044BDD
Tints of Navy Blue #044BDD
RGB
CMYK
RGB Variations
Color information
#044BDD (or 0x044BDD) is known color: Navy Blue. HEX triplet: 04, 4B and DD. RGB value is (4,75,221). Sum of RGB (Red+Green+Blue) = 4+75+221=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #044BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BDD is #FBB422. Grayscale: #454545. Windows color (decimal): -16495651 or 14502660. OLE color: 14502660.
HSL color Cylindrical-coordinate representation of color #044BDD: hue angle of 220.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BDD is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 75 | 221 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.13 |
| HSL | 220.37º | 0.96% | 0.44% | - |
| HSV(B) | 220.37º | 0.98% | 0.87% | - |
| XYZ | 15.62 | 10.28 | 69.57 | - |
| YUV | 70.42 | 212.98 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 221 | 0.98 | 0.66 | 0 | 0.13 | 220.37 | 0.96 | 0.44 |
| Hex | 4 | 4B | DD | 62 | 42 | 0 | D | DC | 60 | 2C |
| Octal | 4 | 113 | 335 | 142 | 102 | 0 | 15 | 334 | 140 | 54 |
| Binary | 100 | 1001011 | 11011101 | 1100010 | 1000010 | 0 | 1101 | 11011100 | 1100000 | 101100 |
Color Harmonies of #044BDD
Complementary color
Monochromatic Colors of #044BDD
Black with #044BDD
Text Example
Text Example
White with #044BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BDD; }
p { color: rgb(4,75,221); }
H1.HeaderClassName
{
color: #044BDD;
}
.AnyTagClassName
{
color: #044BDD;
}
</style>
background-color css
<style>
a { background-color: #044BDD; }
a { background-color: rgb(4,75,221); }
div.DivClassName
{
background-color: #044BDD;
}
.BgClassName
{
background-color: #044BDD;
}
</style>
border-color css
<style>
span { border-color: #044BDD; }
span { border-color: rgb(4,75,221); }
td.TdClassName
{
border-color: #044BDD;
}
.TagClassName
{
border-color: #044BDD;
}
</style>