Shades of Navy Blue #044AFB
Tints of Navy Blue #044AFB
RGB
CMYK
RGB Variations
Color information
#044AFB (or 0x044AFB) is known color: Navy Blue. HEX triplet: 04, 4A and FB. RGB value is (4,74,251). Sum of RGB (Red+Green+Blue) = 4+74+251=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #044AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044AFB is #FBB504. Grayscale: #484848. Windows color (decimal): -16495877 or 16468484. OLE color: 16468484.
HSL color Cylindrical-coordinate representation of color #044AFB: hue angle of 223º 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 #044AFB is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 74 | 251 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.02 |
| HSL | 223º | 0.97% | 0.5% | - |
| HSV(B) | 223º | 0.98% | 0.98% | - |
| XYZ | 19.91 | 11.89 | 92.51 | - |
| YUV | 73.25 | 228.31 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 251 | 0.98 | 0.71 | 0 | 0.02 | 223 | 0.97 | 0.5 |
| Hex | 4 | 4A | FB | 62 | 47 | 0 | 2 | DF | 61 | 32 |
| Octal | 4 | 112 | 373 | 142 | 107 | 0 | 2 | 337 | 141 | 62 |
| Binary | 100 | 1001010 | 11111011 | 1100010 | 1000111 | 0 | 10 | 11011111 | 1100001 | 110010 |
Color Harmonies of #044AFB
Complementary color
Monochromatic Colors of #044AFB
Black with #044AFB
Text Example
Text Example
White with #044AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044AFB; }
p { color: rgb(4,74,251); }
H1.HeaderClassName
{
color: #044AFB;
}
.AnyTagClassName
{
color: #044AFB;
}
</style>
background-color css
<style>
a { background-color: #044AFB; }
a { background-color: rgb(4,74,251); }
div.DivClassName
{
background-color: #044AFB;
}
.BgClassName
{
background-color: #044AFB;
}
</style>
border-color css
<style>
span { border-color: #044AFB; }
span { border-color: rgb(4,74,251); }
td.TdClassName
{
border-color: #044AFB;
}
.TagClassName
{
border-color: #044AFB;
}
</style>