Shades of Navy Blue #044CE7
Tints of Navy Blue #044CE7
RGB
CMYK
RGB Variations
Color information
#044CE7 (or 0x044CE7) is known color: Navy Blue. HEX triplet: 04, 4C and E7. RGB value is (4,76,231). Sum of RGB (Red+Green+Blue) = 4+76+231=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 231 (90.62% from 255 or 74.28% from 311); Max value from RGB is 231 - color contains mainly: blue. Hex color #044CE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044CE7 is #FBB318. Grayscale: #474747. Windows color (decimal): -16495385 or 15158276. OLE color: 15158276.
HSL color Cylindrical-coordinate representation of color #044CE7: hue angle of 220.97º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CE7 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 76 | 231 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.09 |
| HSL | 220.97º | 0.97% | 0.46% | - |
| HSV(B) | 220.97º | 0.98% | 0.91% | - |
| XYZ | 17.06 | 10.96 | 76.82 | - |
| YUV | 72.14 | 217.65 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 231 | 0.98 | 0.67 | 0 | 0.09 | 220.97 | 0.97 | 0.46 |
| Hex | 4 | 4C | E7 | 62 | 43 | 0 | 9 | DD | 61 | 2E |
| Octal | 4 | 114 | 347 | 142 | 103 | 0 | 11 | 335 | 141 | 56 |
| Binary | 100 | 1001100 | 11100111 | 1100010 | 1000011 | 0 | 1001 | 11011101 | 1100001 | 101110 |
Color Harmonies of #044CE7
Complementary color
Monochromatic Colors of #044CE7
Black with #044CE7
Text Example
Text Example
White with #044CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CE7; }
p { color: rgb(4,76,231); }
H1.HeaderClassName
{
color: #044CE7;
}
.AnyTagClassName
{
color: #044CE7;
}
</style>
background-color css
<style>
a { background-color: #044CE7; }
a { background-color: rgb(4,76,231); }
div.DivClassName
{
background-color: #044CE7;
}
.BgClassName
{
background-color: #044CE7;
}
</style>
border-color css
<style>
span { border-color: #044CE7; }
span { border-color: rgb(4,76,231); }
td.TdClassName
{
border-color: #044CE7;
}
.TagClassName
{
border-color: #044CE7;
}
</style>