Shades of Navy Blue #044CEB
Tints of Navy Blue #044CEB
RGB
CMYK
RGB Variations
Color information
#044CEB (or 0x044CEB) is known color: Navy Blue. HEX triplet: 04, 4C and EB. RGB value is (4,76,235). Sum of RGB (Red+Green+Blue) = 4+76+235=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #044CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044CEB is #FBB314. Grayscale: #474747. Windows color (decimal): -16495381 or 15420420. OLE color: 15420420.
HSL color Cylindrical-coordinate representation of color #044CEB: hue angle of 221.3º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CEB is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 76 | 235 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.08 |
| HSL | 221.3º | 0.97% | 0.47% | - |
| HSV(B) | 221.3º | 0.98% | 0.92% | - |
| XYZ | 17.63 | 11.19 | 79.83 | - |
| YUV | 72.6 | 219.65 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 235 | 0.98 | 0.68 | 0 | 0.08 | 221.3 | 0.97 | 0.47 |
| Hex | 4 | 4C | EB | 62 | 44 | 0 | 8 | DD | 61 | 2F |
| Octal | 4 | 114 | 353 | 142 | 104 | 0 | 10 | 335 | 141 | 57 |
| Binary | 100 | 1001100 | 11101011 | 1100010 | 1000100 | 0 | 1000 | 11011101 | 1100001 | 101111 |
Color Harmonies of #044CEB
Complementary color
Monochromatic Colors of #044CEB
Black with #044CEB
Text Example
Text Example
White with #044CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CEB; }
p { color: rgb(4,76,235); }
H1.HeaderClassName
{
color: #044CEB;
}
.AnyTagClassName
{
color: #044CEB;
}
</style>
background-color css
<style>
a { background-color: #044CEB; }
a { background-color: rgb(4,76,235); }
div.DivClassName
{
background-color: #044CEB;
}
.BgClassName
{
background-color: #044CEB;
}
</style>
border-color css
<style>
span { border-color: #044CEB; }
span { border-color: rgb(4,76,235); }
td.TdClassName
{
border-color: #044CEB;
}
.TagClassName
{
border-color: #044CEB;
}
</style>