Shades of Navy Blue #044DC8
Tints of Navy Blue #044DC8
RGB
CMYK
RGB Variations
Color information
#044DC8 (or 0x044DC8) is known color: Navy Blue. HEX triplet: 04, 4D and C8. RGB value is (4,77,200). Sum of RGB (Red+Green+Blue) = 4+77+200=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 200 (78.52% from 255 or 71.17% from 281); Max value from RGB is 200 - color contains mainly: blue. Hex color #044DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DC8 is #FBB237. Grayscale: #444444. Windows color (decimal): -16495160 or 13126916. OLE color: 13126916.
HSL color Cylindrical-coordinate representation of color #044DC8: hue angle of 217.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DC8 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 77 | 200 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.22 |
| HSL | 217.65º | 0.96% | 0.4% | - |
| HSV(B) | 217.65º | 0.98% | 0.78% | - |
| XYZ | 13.13 | 9.5 | 55.79 | - |
| YUV | 69.2 | 201.82 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 200 | 0.98 | 0.62 | 0 | 0.22 | 217.65 | 0.96 | 0.4 |
| Hex | 4 | 4D | C8 | 62 | 3E | 0 | 16 | DA | 60 | 28 |
| Octal | 4 | 115 | 310 | 142 | 76 | 0 | 26 | 332 | 140 | 50 |
| Binary | 100 | 1001101 | 11001000 | 1100010 | 111110 | 0 | 10110 | 11011010 | 1100000 | 101000 |
Color Harmonies of #044DC8
Complementary color
Monochromatic Colors of #044DC8
Black with #044DC8
Text Example
Text Example
White with #044DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DC8; }
p { color: rgb(4,77,200); }
H1.HeaderClassName
{
color: #044DC8;
}
.AnyTagClassName
{
color: #044DC8;
}
</style>
background-color css
<style>
a { background-color: #044DC8; }
a { background-color: rgb(4,77,200); }
div.DivClassName
{
background-color: #044DC8;
}
.BgClassName
{
background-color: #044DC8;
}
</style>
border-color css
<style>
span { border-color: #044DC8; }
span { border-color: rgb(4,77,200); }
td.TdClassName
{
border-color: #044DC8;
}
.TagClassName
{
border-color: #044DC8;
}
</style>