Shades of Navy Blue #044BDF
Tints of Navy Blue #044BDF
RGB
CMYK
RGB Variations
Color information
#044BDF (or 0x044BDF) is known color: Navy Blue. HEX triplet: 04, 4B and DF. RGB value is (4,75,223). Sum of RGB (Red+Green+Blue) = 4+75+223=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #044BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BDF is #FBB420. Grayscale: #454545. Windows color (decimal): -16495649 or 14633732. OLE color: 14633732.
HSL color Cylindrical-coordinate representation of color #044BDF: hue angle of 220.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BDF is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 75 | 223 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.13 |
| HSL | 220.55º | 0.96% | 0.45% | - |
| HSV(B) | 220.55º | 0.98% | 0.87% | - |
| XYZ | 15.89 | 10.39 | 70.98 | - |
| YUV | 70.64 | 213.98 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 223 | 0.98 | 0.66 | 0 | 0.13 | 220.55 | 0.96 | 0.45 |
| Hex | 4 | 4B | DF | 62 | 42 | 0 | D | DD | 60 | 2D |
| Octal | 4 | 113 | 337 | 142 | 102 | 0 | 15 | 335 | 140 | 55 |
| Binary | 100 | 1001011 | 11011111 | 1100010 | 1000010 | 0 | 1101 | 11011101 | 1100000 | 101101 |
Color Harmonies of #044BDF
Complementary color
Monochromatic Colors of #044BDF
Black with #044BDF
Text Example
Text Example
White with #044BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BDF; }
p { color: rgb(4,75,223); }
H1.HeaderClassName
{
color: #044BDF;
}
.AnyTagClassName
{
color: #044BDF;
}
</style>
background-color css
<style>
a { background-color: #044BDF; }
a { background-color: rgb(4,75,223); }
div.DivClassName
{
background-color: #044BDF;
}
.BgClassName
{
background-color: #044BDF;
}
</style>
border-color css
<style>
span { border-color: #044BDF; }
span { border-color: rgb(4,75,223); }
td.TdClassName
{
border-color: #044BDF;
}
.TagClassName
{
border-color: #044BDF;
}
</style>