Shades of Navy Blue #0440EE
Tints of Navy Blue #0440EE
RGB
CMYK
RGB Variations
Color information
#0440EE (or 0x0440EE) is known color: Navy Blue. HEX triplet: 04, 40 and EE. RGB value is (4,64,238). Sum of RGB (Red+Green+Blue) = 4+64+238=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 238 (93.36% from 255 or 77.78% from 306); Max value from RGB is 238 - color contains mainly: blue. Hex color #0440EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0440EE is #FBBF11. Grayscale: #414141. Windows color (decimal): -16498450 or 15613956. OLE color: 15613956.
HSL color Cylindrical-coordinate representation of color #0440EE: hue angle of 224.62º 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 #0440EE is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 64 | 238 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.07 |
| HSL | 224.62º | 0.97% | 0.47% | - |
| HSV(B) | 224.62º | 0.98% | 0.93% | - |
| XYZ | 17.32 | 9.87 | 81.88 | - |
| YUV | 65.9 | 225.12 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 238 | 0.98 | 0.73 | 0 | 0.07 | 224.62 | 0.97 | 0.47 |
| Hex | 4 | 40 | EE | 62 | 49 | 0 | 7 | E1 | 61 | 2F |
| Octal | 4 | 100 | 356 | 142 | 111 | 0 | 7 | 341 | 141 | 57 |
| Binary | 100 | 1000000 | 11101110 | 1100010 | 1001001 | 0 | 111 | 11100001 | 1100001 | 101111 |
Color Harmonies of #0440EE
Complementary color
Monochromatic Colors of #0440EE
Black with #0440EE
Text Example
Text Example
White with #0440EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0440EE; }
p { color: rgb(4,64,238); }
H1.HeaderClassName
{
color: #0440EE;
}
.AnyTagClassName
{
color: #0440EE;
}
</style>
background-color css
<style>
a { background-color: #0440EE; }
a { background-color: rgb(4,64,238); }
div.DivClassName
{
background-color: #0440EE;
}
.BgClassName
{
background-color: #0440EE;
}
</style>
border-color css
<style>
span { border-color: #0440EE; }
span { border-color: rgb(4,64,238); }
td.TdClassName
{
border-color: #0440EE;
}
.TagClassName
{
border-color: #0440EE;
}
</style>