Shades of Navy Blue #044DCF
Tints of Navy Blue #044DCF
RGB
CMYK
RGB Variations
Color information
#044DCF (or 0x044DCF) is known color: Navy Blue. HEX triplet: 04, 4D and CF. RGB value is (4,77,207). Sum of RGB (Red+Green+Blue) = 4+77+207=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #044DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DCF is #FBB230. Grayscale: #454545. Windows color (decimal): -16495153 or 13585668. OLE color: 13585668.
HSL color Cylindrical-coordinate representation of color #044DCF: hue angle of 218.42º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DCF is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 77 | 207 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.19 |
| HSL | 218.42º | 0.96% | 0.41% | - |
| HSV(B) | 218.42º | 0.98% | 0.81% | - |
| XYZ | 13.97 | 9.84 | 60.19 | - |
| YUV | 69.99 | 205.32 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 207 | 0.98 | 0.63 | 0 | 0.19 | 218.42 | 0.96 | 0.41 |
| Hex | 4 | 4D | CF | 62 | 3F | 0 | 13 | DA | 60 | 29 |
| Octal | 4 | 115 | 317 | 142 | 77 | 0 | 23 | 332 | 140 | 51 |
| Binary | 100 | 1001101 | 11001111 | 1100010 | 111111 | 0 | 10011 | 11011010 | 1100000 | 101001 |
Color Harmonies of #044DCF
Complementary color
Monochromatic Colors of #044DCF
Black with #044DCF
Text Example
Text Example
White with #044DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DCF; }
p { color: rgb(4,77,207); }
H1.HeaderClassName
{
color: #044DCF;
}
.AnyTagClassName
{
color: #044DCF;
}
</style>
background-color css
<style>
a { background-color: #044DCF; }
a { background-color: rgb(4,77,207); }
div.DivClassName
{
background-color: #044DCF;
}
.BgClassName
{
background-color: #044DCF;
}
</style>
border-color css
<style>
span { border-color: #044DCF; }
span { border-color: rgb(4,77,207); }
td.TdClassName
{
border-color: #044DCF;
}
.TagClassName
{
border-color: #044DCF;
}
</style>