Shades of Navy Blue #044CFD
Tints of Navy Blue #044CFD
RGB
CMYK
RGB Variations
Color information
#044CFD (or 0x044CFD) is known color: Navy Blue. HEX triplet: 04, 4C and FD. RGB value is (4,76,253). Sum of RGB (Red+Green+Blue) = 4+76+253=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #044CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044CFD is #FBB302. Grayscale: #494949. Windows color (decimal): -16495363 or 16600068. OLE color: 16600068.
HSL color Cylindrical-coordinate representation of color #044CFD: hue angle of 222.65º 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 #044CFD is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 76 | 253 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.01 |
| HSL | 222.65º | 0.98% | 0.5% | - |
| HSV(B) | 222.65º | 0.98% | 0.99% | - |
| XYZ | 20.36 | 12.29 | 94.23 | - |
| YUV | 74.65 | 228.65 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 253 | 0.98 | 0.70 | 0 | 0.01 | 222.65 | 0.98 | 0.5 |
| Hex | 4 | 4C | FD | 62 | 46 | 0 | 1 | DF | 62 | 32 |
| Octal | 4 | 114 | 375 | 142 | 106 | 0 | 1 | 337 | 142 | 62 |
| Binary | 100 | 1001100 | 11111101 | 1100010 | 1000110 | 0 | 1 | 11011111 | 1100010 | 110010 |
Color Harmonies of #044CFD
Complementary color
Monochromatic Colors of #044CFD
Black with #044CFD
Text Example
Text Example
White with #044CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CFD; }
p { color: rgb(4,76,253); }
H1.HeaderClassName
{
color: #044CFD;
}
.AnyTagClassName
{
color: #044CFD;
}
</style>
background-color css
<style>
a { background-color: #044CFD; }
a { background-color: rgb(4,76,253); }
div.DivClassName
{
background-color: #044CFD;
}
.BgClassName
{
background-color: #044CFD;
}
</style>
border-color css
<style>
span { border-color: #044CFD; }
span { border-color: rgb(4,76,253); }
td.TdClassName
{
border-color: #044CFD;
}
.TagClassName
{
border-color: #044CFD;
}
</style>