Shades of Navy Blue #004CEE
Tints of Navy Blue #004CEE
RGB
CMYK
RGB Variations
Color information
#004CEE (or 0x004CEE) is known color: Navy Blue. HEX triplet: 00, 4C and EE. RGB value is (0,76,238). Sum of RGB (Red+Green+Blue) = 0+76+238=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 238 (93.36% from 255 or 75.80% from 314); Max value from RGB is 238 - color contains mainly: blue. Hex color #004CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004CEE is #FFB311. Grayscale: #474747. Windows color (decimal): -16757522 or 15617024. OLE color: 15617024.
HSL color Cylindrical-coordinate representation of color #004CEE: hue angle of 220.84º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CEE is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 76 | 238 | - |
| CMYK | 1 | 0.68 | 0 | 0.07 |
| HSL | 220.84º | 1% | 0.47% | - |
| HSV(B) | 220.84º | 1% | 0.93% | - |
| XYZ | 18.02 | 11.34 | 82.13 | - |
| YUV | 71.74 | 221.82 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 238 | 1 | 0.68 | 0 | 0.07 | 220.84 | 1 | 0.47 |
| Hex | 0 | 4C | EE | 64 | 44 | 0 | 7 | DD | 64 | 2F |
| Octal | 0 | 114 | 356 | 144 | 104 | 0 | 7 | 335 | 144 | 57 |
| Binary | 0 | 1001100 | 11101110 | 1100100 | 1000100 | 0 | 111 | 11011101 | 1100100 | 101111 |
Color Harmonies of #004CEE
Complementary color
Monochromatic Colors of #004CEE
Black with #004CEE
Text Example
Text Example
White with #004CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CEE; }
p { color: rgb(0,76,238); }
H1.HeaderClassName
{
color: #004CEE;
}
.AnyTagClassName
{
color: #004CEE;
}
</style>
background-color css
<style>
a { background-color: #004CEE; }
a { background-color: rgb(0,76,238); }
div.DivClassName
{
background-color: #004CEE;
}
.BgClassName
{
background-color: #004CEE;
}
</style>
border-color css
<style>
span { border-color: #004CEE; }
span { border-color: rgb(0,76,238); }
td.TdClassName
{
border-color: #004CEE;
}
.TagClassName
{
border-color: #004CEE;
}
</style>