Shades of Navy Blue #044AFF
Tints of Navy Blue #044AFF
RGB
CMYK
RGB Variations
Color information
#044AFF (or 0x044AFF) is known color: Navy Blue. HEX triplet: 04, 4A and FF. RGB value is (4,74,255). Sum of RGB (Red+Green+Blue) = 4+74+255=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #044AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044AFF is #FBB500. Grayscale: #484848. Windows color (decimal): -16495873 or 16730628. OLE color: 16730628.
HSL color Cylindrical-coordinate representation of color #044AFF: hue angle of 223.27º 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 #044AFF is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 74 | 255 | - |
| CMYK | 0.98 | 0.71 | 0 | 0 |
| HSL | 223.27º | 1% | 0.51% | - |
| HSV(B) | 223.27º | 0.98% | 1% | - |
| XYZ | 20.55 | 12.14 | 95.87 | - |
| YUV | 73.7 | 230.31 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 255 | 0.98 | 0.71 | 0 | 0 | 223.27 | 1 | 0.51 |
| Hex | 4 | 4A | FF | 62 | 47 | 0 | 0 | DF | 64 | 33 |
| Octal | 4 | 112 | 377 | 142 | 107 | 0 | 0 | 337 | 144 | 63 |
| Binary | 100 | 1001010 | 11111111 | 1100010 | 1000111 | 0 | 0 | 11011111 | 1100100 | 110011 |
Color Harmonies of #044AFF
Complementary color
Monochromatic Colors of #044AFF
Black with #044AFF
Text Example
Text Example
White with #044AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044AFF; }
p { color: rgb(4,74,255); }
H1.HeaderClassName
{
color: #044AFF;
}
.AnyTagClassName
{
color: #044AFF;
}
</style>
background-color css
<style>
a { background-color: #044AFF; }
a { background-color: rgb(4,74,255); }
div.DivClassName
{
background-color: #044AFF;
}
.BgClassName
{
background-color: #044AFF;
}
</style>
border-color css
<style>
span { border-color: #044AFF; }
span { border-color: rgb(4,74,255); }
td.TdClassName
{
border-color: #044AFF;
}
.TagClassName
{
border-color: #044AFF;
}
</style>