Shades of Dark Cerulean #004E87
Tints of Dark Cerulean #004E87
RGB
CMYK
RGB Variations
Color information
#004E87 (or 0x004E87) is known color: Dark Cerulean. HEX triplet: 00, 4E and 87. RGB value is (0,78,135). Sum of RGB (Red+Green+Blue) = 0+78+135=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 135 (53.12% from 255 or 63.38% from 213); Max value from RGB is 135 - color contains mainly: blue. Hex color #004E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004E87 is #FFB178. Grayscale: #3C3C3C. Windows color (decimal): -16757113 or 8867328. OLE color: 8867328.
HSL color Cylindrical-coordinate representation of color #004E87: hue angle of 205.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E87 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 78 | 135 | - |
| CMYK | 1 | 0.42 | 0 | 0.47 |
| HSL | 205.33º | 1% | 0.26% | - |
| HSV(B) | 205.33º | 1% | 0.53% | - |
| XYZ | 7.1 | 7.2 | 23.94 | - |
| YUV | 61.18 | 169.66 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 135 | 1 | 0.42 | 0 | 0.47 | 205.33 | 1 | 0.26 |
| Hex | 0 | 4E | 87 | 64 | 2A | 0 | 2F | CD | 64 | 1A |
| Octal | 0 | 116 | 207 | 144 | 52 | 0 | 57 | 315 | 144 | 32 |
| Binary | 0 | 1001110 | 10000111 | 1100100 | 101010 | 0 | 101111 | 11001101 | 1100100 | 11010 |
Color Harmonies of #004E87
Complementary color
Monochromatic Colors of #004E87
Black with #004E87
Text Example
Text Example
White with #004E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E87; }
p { color: rgb(0,78,135); }
H1.HeaderClassName
{
color: #004E87;
}
.AnyTagClassName
{
color: #004E87;
}
</style>
background-color css
<style>
a { background-color: #004E87; }
a { background-color: rgb(0,78,135); }
div.DivClassName
{
background-color: #004E87;
}
.BgClassName
{
background-color: #004E87;
}
</style>
border-color css
<style>
span { border-color: #004E87; }
span { border-color: rgb(0,78,135); }
td.TdClassName
{
border-color: #004E87;
}
.TagClassName
{
border-color: #004E87;
}
</style>