Shades of Navy Blue #044BFA
Tints of Navy Blue #044BFA
RGB
CMYK
RGB Variations
Color information
#044BFA (or 0x044BFA) is known color: Navy Blue. HEX triplet: 04, 4B and FA. RGB value is (4,75,250). Sum of RGB (Red+Green+Blue) = 4+75+250=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #044BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044BFA is #FBB405. Grayscale: #484848. Windows color (decimal): -16495622 or 16403204. OLE color: 16403204.
HSL color Cylindrical-coordinate representation of color #044BFA: hue angle of 222.68º 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 #044BFA is Cyan = 0.98, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 75 | 250 | - |
| CMYK | 0.98 | 0.7 | 0 | 0.02 |
| HSL | 222.68º | 0.97% | 0.5% | - |
| HSV(B) | 222.68º | 0.98% | 0.98% | - |
| XYZ | 19.82 | 11.96 | 91.71 | - |
| YUV | 73.72 | 227.48 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 250 | 0.98 | 0.7 | 0 | 0.02 | 222.68 | 0.97 | 0.5 |
| Hex | 4 | 4B | FA | 62 | 46 | 0 | 2 | DF | 61 | 32 |
| Octal | 4 | 113 | 372 | 142 | 106 | 0 | 2 | 337 | 141 | 62 |
| Binary | 100 | 1001011 | 11111010 | 1100010 | 1000110 | 0 | 10 | 11011111 | 1100001 | 110010 |
Color Harmonies of #044BFA
Complementary color
Monochromatic Colors of #044BFA
Black with #044BFA
Text Example
Text Example
White with #044BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BFA; }
p { color: rgb(4,75,250); }
H1.HeaderClassName
{
color: #044BFA;
}
.AnyTagClassName
{
color: #044BFA;
}
</style>
background-color css
<style>
a { background-color: #044BFA; }
a { background-color: rgb(4,75,250); }
div.DivClassName
{
background-color: #044BFA;
}
.BgClassName
{
background-color: #044BFA;
}
</style>
border-color css
<style>
span { border-color: #044BFA; }
span { border-color: rgb(4,75,250); }
td.TdClassName
{
border-color: #044BFA;
}
.TagClassName
{
border-color: #044BFA;
}
</style>