Shades of Navy Blue #044DF9
Tints of Navy Blue #044DF9
RGB
CMYK
RGB Variations
Color information
#044DF9 (or 0x044DF9) is known color: Navy Blue. HEX triplet: 04, 4D and F9. RGB value is (4,77,249). Sum of RGB (Red+Green+Blue) = 4+77+249=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 249 (97.66% from 255 or 75.45% from 330); Max value from RGB is 249 - color contains mainly: blue. Hex color #044DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044DF9 is #FBB206. Grayscale: #4A4A4A. Windows color (decimal): -16495111 or 16338180. OLE color: 16338180.
HSL color Cylindrical-coordinate representation of color #044DF9: hue angle of 222.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DF9 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 77 | 249 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.02 |
| HSL | 222.12º | 0.97% | 0.5% | - |
| HSV(B) | 222.12º | 0.98% | 0.98% | - |
| XYZ | 19.8 | 12.17 | 90.93 | - |
| YUV | 74.78 | 226.32 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 249 | 0.98 | 0.69 | 0 | 0.02 | 222.12 | 0.97 | 0.5 |
| Hex | 4 | 4D | F9 | 62 | 45 | 0 | 2 | DE | 61 | 32 |
| Octal | 4 | 115 | 371 | 142 | 105 | 0 | 2 | 336 | 141 | 62 |
| Binary | 100 | 1001101 | 11111001 | 1100010 | 1000101 | 0 | 10 | 11011110 | 1100001 | 110010 |
Color Harmonies of #044DF9
Complementary color
Monochromatic Colors of #044DF9
Black with #044DF9
Text Example
Text Example
White with #044DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DF9; }
p { color: rgb(4,77,249); }
H1.HeaderClassName
{
color: #044DF9;
}
.AnyTagClassName
{
color: #044DF9;
}
</style>
background-color css
<style>
a { background-color: #044DF9; }
a { background-color: rgb(4,77,249); }
div.DivClassName
{
background-color: #044DF9;
}
.BgClassName
{
background-color: #044DF9;
}
</style>
border-color css
<style>
span { border-color: #044DF9; }
span { border-color: rgb(4,77,249); }
td.TdClassName
{
border-color: #044DF9;
}
.TagClassName
{
border-color: #044DF9;
}
</style>