Shades of Navy Blue #004CE3
Tints of Navy Blue #004CE3
RGB
CMYK
RGB Variations
Color information
#004CE3 (or 0x004CE3) is known color: Navy Blue. HEX triplet: 00, 4C and E3. RGB value is (0,76,227). Sum of RGB (Red+Green+Blue) = 0+76+227=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 227 (89.06% from 255 or 74.92% from 303); Max value from RGB is 227 - color contains mainly: blue. Hex color #004CE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CE3 is #FFB31C. Grayscale: #454545. Windows color (decimal): -16757533 or 14896128. OLE color: 14896128.
HSL color Cylindrical-coordinate representation of color #004CE3: hue angle of 219.91º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CE3 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 76 | 227 | - |
| CMYK | 1 | 0.67 | 0 | 0.11 |
| HSL | 219.91º | 1% | 0.45% | - |
| HSV(B) | 219.91º | 1% | 0.89% | - |
| XYZ | 16.45 | 10.71 | 73.87 | - |
| YUV | 70.49 | 216.32 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 227 | 1 | 0.67 | 0 | 0.11 | 219.91 | 1 | 0.45 |
| Hex | 0 | 4C | E3 | 64 | 43 | 0 | B | DC | 64 | 2D |
| Octal | 0 | 114 | 343 | 144 | 103 | 0 | 13 | 334 | 144 | 55 |
| Binary | 0 | 1001100 | 11100011 | 1100100 | 1000011 | 0 | 1011 | 11011100 | 1100100 | 101101 |
Color Harmonies of #004CE3
Complementary color
Monochromatic Colors of #004CE3
Black with #004CE3
Text Example
Text Example
White with #004CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CE3; }
p { color: rgb(0,76,227); }
H1.HeaderClassName
{
color: #004CE3;
}
.AnyTagClassName
{
color: #004CE3;
}
</style>
background-color css
<style>
a { background-color: #004CE3; }
a { background-color: rgb(0,76,227); }
div.DivClassName
{
background-color: #004CE3;
}
.BgClassName
{
background-color: #004CE3;
}
</style>
border-color css
<style>
span { border-color: #004CE3; }
span { border-color: rgb(0,76,227); }
td.TdClassName
{
border-color: #004CE3;
}
.TagClassName
{
border-color: #004CE3;
}
</style>