Shades of Navy Blue #044BD1
Tints of Navy Blue #044BD1
RGB
CMYK
RGB Variations
Color information
#044BD1 (or 0x044BD1) is known color: Navy Blue. HEX triplet: 04, 4B and D1. RGB value is (4,75,209). Sum of RGB (Red+Green+Blue) = 4+75+209=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 209 (82.03% from 255 or 72.57% from 288); Max value from RGB is 209 - color contains mainly: blue. Hex color #044BD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BD1 is #FBB42E. Grayscale: #444444. Windows color (decimal): -16495663 or 13716228. OLE color: 13716228.
HSL color Cylindrical-coordinate representation of color #044BD1: hue angle of 219.22º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BD1 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 75 | 209 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.18 |
| HSL | 219.22º | 0.96% | 0.42% | - |
| HSV(B) | 219.22º | 0.98% | 0.82% | - |
| XYZ | 14.07 | 9.66 | 61.44 | - |
| YUV | 69.05 | 206.98 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 209 | 0.98 | 0.64 | 0 | 0.18 | 219.22 | 0.96 | 0.42 |
| Hex | 4 | 4B | D1 | 62 | 40 | 0 | 12 | DB | 60 | 2A |
| Octal | 4 | 113 | 321 | 142 | 100 | 0 | 22 | 333 | 140 | 52 |
| Binary | 100 | 1001011 | 11010001 | 1100010 | 1000000 | 0 | 10010 | 11011011 | 1100000 | 101010 |
Color Harmonies of #044BD1
Complementary color
Monochromatic Colors of #044BD1
Black with #044BD1
Text Example
Text Example
White with #044BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BD1; }
p { color: rgb(4,75,209); }
H1.HeaderClassName
{
color: #044BD1;
}
.AnyTagClassName
{
color: #044BD1;
}
</style>
background-color css
<style>
a { background-color: #044BD1; }
a { background-color: rgb(4,75,209); }
div.DivClassName
{
background-color: #044BD1;
}
.BgClassName
{
background-color: #044BD1;
}
</style>
border-color css
<style>
span { border-color: #044BD1; }
span { border-color: rgb(4,75,209); }
td.TdClassName
{
border-color: #044BD1;
}
.TagClassName
{
border-color: #044BD1;
}
</style>