Shades of Navy Blue #044FEE
Tints of Navy Blue #044FEE
RGB
CMYK
RGB Variations
Color information
#044FEE (or 0x044FEE) is known color: Navy Blue. HEX triplet: 04, 4F and EE. RGB value is (4,79,238). Sum of RGB (Red+Green+Blue) = 4+79+238=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #044FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044FEE is #FBB011. Grayscale: #494949. Windows color (decimal): -16494610 or 15617796. OLE color: 15617796.
HSL color Cylindrical-coordinate representation of color #044FEE: hue angle of 220.77º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FEE is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 79 | 238 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.07 |
| HSL | 220.77º | 0.97% | 0.47% | - |
| HSV(B) | 220.77º | 0.98% | 0.93% | - |
| XYZ | 18.28 | 11.79 | 82.2 | - |
| YUV | 74.7 | 220.15 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 238 | 0.98 | 0.67 | 0 | 0.07 | 220.77 | 0.97 | 0.47 |
| Hex | 4 | 4F | EE | 62 | 43 | 0 | 7 | DD | 61 | 2F |
| Octal | 4 | 117 | 356 | 142 | 103 | 0 | 7 | 335 | 141 | 57 |
| Binary | 100 | 1001111 | 11101110 | 1100010 | 1000011 | 0 | 111 | 11011101 | 1100001 | 101111 |
Color Harmonies of #044FEE
Complementary color
Monochromatic Colors of #044FEE
Black with #044FEE
Text Example
Text Example
White with #044FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FEE; }
p { color: rgb(4,79,238); }
H1.HeaderClassName
{
color: #044FEE;
}
.AnyTagClassName
{
color: #044FEE;
}
</style>
background-color css
<style>
a { background-color: #044FEE; }
a { background-color: rgb(4,79,238); }
div.DivClassName
{
background-color: #044FEE;
}
.BgClassName
{
background-color: #044FEE;
}
</style>
border-color css
<style>
span { border-color: #044FEE; }
span { border-color: rgb(4,79,238); }
td.TdClassName
{
border-color: #044FEE;
}
.TagClassName
{
border-color: #044FEE;
}
</style>