Shades of Navy Blue #044CDA
Tints of Navy Blue #044CDA
RGB
CMYK
RGB Variations
Color information
#044CDA (or 0x044CDA) is known color: Navy Blue. HEX triplet: 04, 4C and DA. RGB value is (4,76,218). Sum of RGB (Red+Green+Blue) = 4+76+218=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #044CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CDA is #FBB325. Grayscale: #464646. Windows color (decimal): -16495398 or 14306308. OLE color: 14306308.
HSL color Cylindrical-coordinate representation of color #044CDA: hue angle of 219.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CDA is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 76 | 218 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.15 |
| HSL | 219.81º | 0.96% | 0.44% | - |
| HSV(B) | 219.81º | 0.98% | 0.85% | - |
| XYZ | 15.29 | 10.26 | 67.5 | - |
| YUV | 70.66 | 211.15 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 218 | 0.98 | 0.65 | 0 | 0.15 | 219.81 | 0.96 | 0.44 |
| Hex | 4 | 4C | DA | 62 | 41 | 0 | F | DC | 60 | 2C |
| Octal | 4 | 114 | 332 | 142 | 101 | 0 | 17 | 334 | 140 | 54 |
| Binary | 100 | 1001100 | 11011010 | 1100010 | 1000001 | 0 | 1111 | 11011100 | 1100000 | 101100 |
Color Harmonies of #044CDA
Complementary color
Monochromatic Colors of #044CDA
Black with #044CDA
Text Example
Text Example
White with #044CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CDA; }
p { color: rgb(4,76,218); }
H1.HeaderClassName
{
color: #044CDA;
}
.AnyTagClassName
{
color: #044CDA;
}
</style>
background-color css
<style>
a { background-color: #044CDA; }
a { background-color: rgb(4,76,218); }
div.DivClassName
{
background-color: #044CDA;
}
.BgClassName
{
background-color: #044CDA;
}
</style>
border-color css
<style>
span { border-color: #044CDA; }
span { border-color: rgb(4,76,218); }
td.TdClassName
{
border-color: #044CDA;
}
.TagClassName
{
border-color: #044CDA;
}
</style>