Shades of Navy Blue #044BFF
Tints of Navy Blue #044BFF
RGB
CMYK
RGB Variations
Color information
#044BFF (or 0x044BFF) is known color: Navy Blue. HEX triplet: 04, 4B and FF. RGB value is (4,75,255). Sum of RGB (Red+Green+Blue) = 4+75+255=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #044BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044BFF is #FBB400. Grayscale: #494949. Windows color (decimal): -16495617 or 16730884. OLE color: 16730884.
HSL color Cylindrical-coordinate representation of color #044BFF: hue angle of 223.03º 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 #044BFF is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 75 | 255 | - |
| CMYK | 0.98 | 0.71 | 0 | 0 |
| HSL | 223.03º | 1% | 0.51% | - |
| HSV(B) | 223.03º | 0.98% | 1% | - |
| XYZ | 20.62 | 12.28 | 95.89 | - |
| YUV | 74.29 | 229.98 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 255 | 0.98 | 0.71 | 0 | 0 | 223.03 | 1 | 0.51 |
| Hex | 4 | 4B | FF | 62 | 47 | 0 | 0 | DF | 64 | 33 |
| Octal | 4 | 113 | 377 | 142 | 107 | 0 | 0 | 337 | 144 | 63 |
| Binary | 100 | 1001011 | 11111111 | 1100010 | 1000111 | 0 | 0 | 11011111 | 1100100 | 110011 |
Color Harmonies of #044BFF
Complementary color
Monochromatic Colors of #044BFF
Black with #044BFF
Text Example
Text Example
White with #044BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BFF; }
p { color: rgb(4,75,255); }
H1.HeaderClassName
{
color: #044BFF;
}
.AnyTagClassName
{
color: #044BFF;
}
</style>
background-color css
<style>
a { background-color: #044BFF; }
a { background-color: rgb(4,75,255); }
div.DivClassName
{
background-color: #044BFF;
}
.BgClassName
{
background-color: #044BFF;
}
</style>
border-color css
<style>
span { border-color: #044BFF; }
span { border-color: rgb(4,75,255); }
td.TdClassName
{
border-color: #044BFF;
}
.TagClassName
{
border-color: #044BFF;
}
</style>