Shades of Navy Blue #004CEB
Tints of Navy Blue #004CEB
RGB
CMYK
RGB Variations
Color information
#004CEB (or 0x004CEB) is known color: Navy Blue. HEX triplet: 00, 4C and EB. RGB value is (0,76,235). Sum of RGB (Red+Green+Blue) = 0+76+235=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 235 (92.19% from 255 or 75.56% from 311); Max value from RGB is 235 - color contains mainly: blue. Hex color #004CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004CEB is #FFB314. Grayscale: #464646. Windows color (decimal): -16757525 or 15420416. OLE color: 15420416.
HSL color Cylindrical-coordinate representation of color #004CEB: hue angle of 220.6º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CEB is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 76 | 235 | - |
| CMYK | 1 | 0.68 | 0 | 0.08 |
| HSL | 220.6º | 1% | 0.46% | - |
| HSV(B) | 220.6º | 1% | 0.92% | - |
| XYZ | 17.58 | 11.17 | 79.83 | - |
| YUV | 71.4 | 220.32 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 235 | 1 | 0.68 | 0 | 0.08 | 220.6 | 1 | 0.46 |
| Hex | 0 | 4C | EB | 64 | 44 | 0 | 8 | DD | 64 | 2E |
| Octal | 0 | 114 | 353 | 144 | 104 | 0 | 10 | 335 | 144 | 56 |
| Binary | 0 | 1001100 | 11101011 | 1100100 | 1000100 | 0 | 1000 | 11011101 | 1100100 | 101110 |
Color Harmonies of #004CEB
Complementary color
Monochromatic Colors of #004CEB
Black with #004CEB
Text Example
Text Example
White with #004CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CEB; }
p { color: rgb(0,76,235); }
H1.HeaderClassName
{
color: #004CEB;
}
.AnyTagClassName
{
color: #004CEB;
}
</style>
background-color css
<style>
a { background-color: #004CEB; }
a { background-color: rgb(0,76,235); }
div.DivClassName
{
background-color: #004CEB;
}
.BgClassName
{
background-color: #004CEB;
}
</style>
border-color css
<style>
span { border-color: #004CEB; }
span { border-color: rgb(0,76,235); }
td.TdClassName
{
border-color: #004CEB;
}
.TagClassName
{
border-color: #004CEB;
}
</style>