Shades of Navy Blue #044CFF
Tints of Navy Blue #044CFF
RGB
CMYK
RGB Variations
Color information
#044CFF (or 0x044CFF) is known color: Navy Blue. HEX triplet: 04, 4C and FF. RGB value is (4,76,255). Sum of RGB (Red+Green+Blue) = 4+76+255=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #044CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044CFF is #FBB300. Grayscale: #4A4A4A. Windows color (decimal): -16495361 or 16731140. OLE color: 16731140.
HSL color Cylindrical-coordinate representation of color #044CFF: hue angle of 222.79º 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 #044CFF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 76 | 255 | - |
| CMYK | 0.98 | 0.70 | 0 | 0 |
| HSL | 222.79º | 1% | 0.51% | - |
| HSV(B) | 222.79º | 0.98% | 1% | - |
| XYZ | 20.68 | 12.41 | 95.91 | - |
| YUV | 74.88 | 229.65 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 255 | 0.98 | 0.70 | 0 | 0 | 222.79 | 1 | 0.51 |
| Hex | 4 | 4C | FF | 62 | 46 | 0 | 0 | DF | 64 | 33 |
| Octal | 4 | 114 | 377 | 142 | 106 | 0 | 0 | 337 | 144 | 63 |
| Binary | 100 | 1001100 | 11111111 | 1100010 | 1000110 | 0 | 0 | 11011111 | 1100100 | 110011 |
Color Harmonies of #044CFF
Complementary color
Monochromatic Colors of #044CFF
Black with #044CFF
Text Example
Text Example
White with #044CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CFF; }
p { color: rgb(4,76,255); }
H1.HeaderClassName
{
color: #044CFF;
}
.AnyTagClassName
{
color: #044CFF;
}
</style>
background-color css
<style>
a { background-color: #044CFF; }
a { background-color: rgb(4,76,255); }
div.DivClassName
{
background-color: #044CFF;
}
.BgClassName
{
background-color: #044CFF;
}
</style>
border-color css
<style>
span { border-color: #044CFF; }
span { border-color: rgb(4,76,255); }
td.TdClassName
{
border-color: #044CFF;
}
.TagClassName
{
border-color: #044CFF;
}
</style>