Shades of Navy Blue #044CFC
Tints of Navy Blue #044CFC
RGB
CMYK
RGB Variations
Color information
#044CFC (or 0x044CFC) is known color: Navy Blue. HEX triplet: 04, 4C and FC. RGB value is (4,76,252). Sum of RGB (Red+Green+Blue) = 4+76+252=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #044CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044CFC is #FBB303. Grayscale: #494949. Windows color (decimal): -16495364 or 16534532. OLE color: 16534532.
HSL color Cylindrical-coordinate representation of color #044CFC: hue angle of 222.58º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CFC is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 76 | 252 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.01 |
| HSL | 222.58º | 0.98% | 0.5% | - |
| HSV(B) | 222.58º | 0.98% | 0.99% | - |
| XYZ | 20.21 | 12.22 | 93.39 | - |
| YUV | 74.54 | 228.15 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 252 | 0.98 | 0.70 | 0 | 0.01 | 222.58 | 0.98 | 0.5 |
| Hex | 4 | 4C | FC | 62 | 46 | 0 | 1 | DF | 62 | 32 |
| Octal | 4 | 114 | 374 | 142 | 106 | 0 | 1 | 337 | 142 | 62 |
| Binary | 100 | 1001100 | 11111100 | 1100010 | 1000110 | 0 | 1 | 11011111 | 1100010 | 110010 |
Color Harmonies of #044CFC
Complementary color
Monochromatic Colors of #044CFC
Black with #044CFC
Text Example
Text Example
White with #044CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CFC; }
p { color: rgb(4,76,252); }
H1.HeaderClassName
{
color: #044CFC;
}
.AnyTagClassName
{
color: #044CFC;
}
</style>
background-color css
<style>
a { background-color: #044CFC; }
a { background-color: rgb(4,76,252); }
div.DivClassName
{
background-color: #044CFC;
}
.BgClassName
{
background-color: #044CFC;
}
</style>
border-color css
<style>
span { border-color: #044CFC; }
span { border-color: rgb(4,76,252); }
td.TdClassName
{
border-color: #044CFC;
}
.TagClassName
{
border-color: #044CFC;
}
</style>