Shades of Navy Blue #044CCE
Tints of Navy Blue #044CCE
RGB
CMYK
RGB Variations
Color information
#044CCE (or 0x044CCE) is known color: Navy Blue. HEX triplet: 04, 4C and CE. RGB value is (4,76,206). Sum of RGB (Red+Green+Blue) = 4+76+206=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #044CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CCE is #FBB331. Grayscale: #444444. Windows color (decimal): -16495410 or 13519876. OLE color: 13519876.
HSL color Cylindrical-coordinate representation of color #044CCE: hue angle of 218.61º 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 #044CCE is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 76 | 206 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.19 |
| HSL | 218.61º | 0.96% | 0.41% | - |
| HSV(B) | 218.61º | 0.98% | 0.81% | - |
| XYZ | 13.78 | 9.65 | 59.53 | - |
| YUV | 69.29 | 205.15 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 206 | 0.98 | 0.63 | 0 | 0.19 | 218.61 | 0.96 | 0.41 |
| Hex | 4 | 4C | CE | 62 | 3F | 0 | 13 | DB | 60 | 29 |
| Octal | 4 | 114 | 316 | 142 | 77 | 0 | 23 | 333 | 140 | 51 |
| Binary | 100 | 1001100 | 11001110 | 1100010 | 111111 | 0 | 10011 | 11011011 | 1100000 | 101001 |
Color Harmonies of #044CCE
Complementary color
Monochromatic Colors of #044CCE
Black with #044CCE
Text Example
Text Example
White with #044CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CCE; }
p { color: rgb(4,76,206); }
H1.HeaderClassName
{
color: #044CCE;
}
.AnyTagClassName
{
color: #044CCE;
}
</style>
background-color css
<style>
a { background-color: #044CCE; }
a { background-color: rgb(4,76,206); }
div.DivClassName
{
background-color: #044CCE;
}
.BgClassName
{
background-color: #044CCE;
}
</style>
border-color css
<style>
span { border-color: #044CCE; }
span { border-color: rgb(4,76,206); }
td.TdClassName
{
border-color: #044CCE;
}
.TagClassName
{
border-color: #044CCE;
}
</style>