Shades of Navy Blue #044FDF
Tints of Navy Blue #044FDF
RGB
CMYK
RGB Variations
Color information
#044FDF (or 0x044FDF) is known color: Navy Blue. HEX triplet: 04, 4F and DF. RGB value is (4,79,223). Sum of RGB (Red+Green+Blue) = 4+79+223=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #044FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FDF is #FBB020. Grayscale: #484848. Windows color (decimal): -16494625 or 14634756. OLE color: 14634756.
HSL color Cylindrical-coordinate representation of color #044FDF: hue angle of 219.45º 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 #044FDF is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 79 | 223 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.13 |
| HSL | 219.45º | 0.96% | 0.45% | - |
| HSV(B) | 219.45º | 0.98% | 0.87% | - |
| XYZ | 16.17 | 10.95 | 71.07 | - |
| YUV | 72.99 | 212.65 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 223 | 0.98 | 0.65 | 0 | 0.13 | 219.45 | 0.96 | 0.45 |
| Hex | 4 | 4F | DF | 62 | 41 | 0 | D | DB | 60 | 2D |
| Octal | 4 | 117 | 337 | 142 | 101 | 0 | 15 | 333 | 140 | 55 |
| Binary | 100 | 1001111 | 11011111 | 1100010 | 1000001 | 0 | 1101 | 11011011 | 1100000 | 101101 |
Color Harmonies of #044FDF
Complementary color
Monochromatic Colors of #044FDF
Black with #044FDF
Text Example
Text Example
White with #044FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FDF; }
p { color: rgb(4,79,223); }
H1.HeaderClassName
{
color: #044FDF;
}
.AnyTagClassName
{
color: #044FDF;
}
</style>
background-color css
<style>
a { background-color: #044FDF; }
a { background-color: rgb(4,79,223); }
div.DivClassName
{
background-color: #044FDF;
}
.BgClassName
{
background-color: #044FDF;
}
</style>
border-color css
<style>
span { border-color: #044FDF; }
span { border-color: rgb(4,79,223); }
td.TdClassName
{
border-color: #044FDF;
}
.TagClassName
{
border-color: #044FDF;
}
</style>