Shades of Navy Blue #044EFF
Tints of Navy Blue #044EFF
RGB
CMYK
RGB Variations
Color information
#044EFF (or 0x044EFF) is known color: Navy Blue. HEX triplet: 04, 4E and FF. RGB value is (4,78,255). Sum of RGB (Red+Green+Blue) = 4+78+255=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #044EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044EFF is #FBB100. Grayscale: #4B4B4B. Windows color (decimal): -16494849 or 16731652. OLE color: 16731652.
HSL color Cylindrical-coordinate representation of color #044EFF: hue angle of 222.31º 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 #044EFF is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 78 | 255 | - |
| CMYK | 0.98 | 0.69 | 0 | 0 |
| HSL | 222.31º | 1% | 0.51% | - |
| HSV(B) | 222.31º | 0.98% | 1% | - |
| XYZ | 20.82 | 12.69 | 95.96 | - |
| YUV | 76.05 | 228.98 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 255 | 0.98 | 0.69 | 0 | 0 | 222.31 | 1 | 0.51 |
| Hex | 4 | 4E | FF | 62 | 45 | 0 | 0 | DE | 64 | 33 |
| Octal | 4 | 116 | 377 | 142 | 105 | 0 | 0 | 336 | 144 | 63 |
| Binary | 100 | 1001110 | 11111111 | 1100010 | 1000101 | 0 | 0 | 11011110 | 1100100 | 110011 |
Color Harmonies of #044EFF
Complementary color
Monochromatic Colors of #044EFF
Black with #044EFF
Text Example
Text Example
White with #044EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EFF; }
p { color: rgb(4,78,255); }
H1.HeaderClassName
{
color: #044EFF;
}
.AnyTagClassName
{
color: #044EFF;
}
</style>
background-color css
<style>
a { background-color: #044EFF; }
a { background-color: rgb(4,78,255); }
div.DivClassName
{
background-color: #044EFF;
}
.BgClassName
{
background-color: #044EFF;
}
</style>
border-color css
<style>
span { border-color: #044EFF; }
span { border-color: rgb(4,78,255); }
td.TdClassName
{
border-color: #044EFF;
}
.TagClassName
{
border-color: #044EFF;
}
</style>