Shades of Navy Blue #044DFF
Tints of Navy Blue #044DFF
RGB
CMYK
RGB Variations
Color information
#044DFF (or 0x044DFF) is known color: Navy Blue. HEX triplet: 04, 4D and FF. RGB value is (4,77,255). Sum of RGB (Red+Green+Blue) = 4+77+255=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #044DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044DFF is #FBB200. Grayscale: #4A4A4A. Windows color (decimal): -16495105 or 16731396. OLE color: 16731396.
HSL color Cylindrical-coordinate representation of color #044DFF: hue angle of 222.55º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DFF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 77 | 255 | - |
| CMYK | 0.98 | 0.70 | 0 | 0 |
| HSL | 222.55º | 1% | 0.51% | - |
| HSV(B) | 222.55º | 0.98% | 1% | - |
| XYZ | 20.75 | 12.55 | 95.94 | - |
| YUV | 75.47 | 229.32 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 255 | 0.98 | 0.70 | 0 | 0 | 222.55 | 1 | 0.51 |
| Hex | 4 | 4D | FF | 62 | 46 | 0 | 0 | DF | 64 | 33 |
| Octal | 4 | 115 | 377 | 142 | 106 | 0 | 0 | 337 | 144 | 63 |
| Binary | 100 | 1001101 | 11111111 | 1100010 | 1000110 | 0 | 0 | 11011111 | 1100100 | 110011 |
Color Harmonies of #044DFF
Complementary color
Monochromatic Colors of #044DFF
Black with #044DFF
Text Example
Text Example
White with #044DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DFF; }
p { color: rgb(4,77,255); }
H1.HeaderClassName
{
color: #044DFF;
}
.AnyTagClassName
{
color: #044DFF;
}
</style>
background-color css
<style>
a { background-color: #044DFF; }
a { background-color: rgb(4,77,255); }
div.DivClassName
{
background-color: #044DFF;
}
.BgClassName
{
background-color: #044DFF;
}
</style>
border-color css
<style>
span { border-color: #044DFF; }
span { border-color: rgb(4,77,255); }
td.TdClassName
{
border-color: #044DFF;
}
.TagClassName
{
border-color: #044DFF;
}
</style>