Shades of Navy Blue #044CDF
Tints of Navy Blue #044CDF
RGB
CMYK
RGB Variations
Color information
#044CDF (or 0x044CDF) is known color: Navy Blue. HEX triplet: 04, 4C and DF. RGB value is (4,76,223). Sum of RGB (Red+Green+Blue) = 4+76+223=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #044CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CDF is #FBB320. Grayscale: #464646. Windows color (decimal): -16495393 or 14633988. OLE color: 14633988.
HSL color Cylindrical-coordinate representation of color #044CDF: hue angle of 220.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CDF is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 76 | 223 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.13 |
| HSL | 220.27º | 0.96% | 0.45% | - |
| HSV(B) | 220.27º | 0.98% | 0.87% | - |
| XYZ | 15.95 | 10.52 | 71 | - |
| YUV | 71.23 | 213.65 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 223 | 0.98 | 0.66 | 0 | 0.13 | 220.27 | 0.96 | 0.45 |
| Hex | 4 | 4C | DF | 62 | 42 | 0 | D | DC | 60 | 2D |
| Octal | 4 | 114 | 337 | 142 | 102 | 0 | 15 | 334 | 140 | 55 |
| Binary | 100 | 1001100 | 11011111 | 1100010 | 1000010 | 0 | 1101 | 11011100 | 1100000 | 101101 |
Color Harmonies of #044CDF
Complementary color
Monochromatic Colors of #044CDF
Black with #044CDF
Text Example
Text Example
White with #044CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CDF; }
p { color: rgb(4,76,223); }
H1.HeaderClassName
{
color: #044CDF;
}
.AnyTagClassName
{
color: #044CDF;
}
</style>
background-color css
<style>
a { background-color: #044CDF; }
a { background-color: rgb(4,76,223); }
div.DivClassName
{
background-color: #044CDF;
}
.BgClassName
{
background-color: #044CDF;
}
</style>
border-color css
<style>
span { border-color: #044CDF; }
span { border-color: rgb(4,76,223); }
td.TdClassName
{
border-color: #044CDF;
}
.TagClassName
{
border-color: #044CDF;
}
</style>