Shades of Dark Cerulean #004E85
Tints of Dark Cerulean #004E85
RGB
CMYK
RGB Variations
Color information
#004E85 (or 0x004E85) is known color: Dark Cerulean. HEX triplet: 00, 4E and 85. RGB value is (0,78,133). Sum of RGB (Red+Green+Blue) = 0+78+133=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #004E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004E85 is #FFB17A. Grayscale: #3C3C3C. Windows color (decimal): -16757115 or 8736256. OLE color: 8736256.
HSL color Cylindrical-coordinate representation of color #004E85: hue angle of 204.81º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E85 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 78 | 133 | - |
| CMYK | 1 | 0.41 | 0 | 0.48 |
| HSL | 204.81º | 1% | 0.26% | - |
| HSV(B) | 204.81º | 1% | 0.52% | - |
| XYZ | 6.96 | 7.14 | 23.2 | - |
| YUV | 60.95 | 168.66 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 133 | 1 | 0.41 | 0 | 0.48 | 204.81 | 1 | 0.26 |
| Hex | 0 | 4E | 85 | 64 | 29 | 0 | 30 | CD | 64 | 1A |
| Octal | 0 | 116 | 205 | 144 | 51 | 0 | 60 | 315 | 144 | 32 |
| Binary | 0 | 1001110 | 10000101 | 1100100 | 101001 | 0 | 110000 | 11001101 | 1100100 | 11010 |
Color Harmonies of #004E85
Complementary color
Monochromatic Colors of #004E85
Black with #004E85
Text Example
Text Example
White with #004E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E85; }
p { color: rgb(0,78,133); }
H1.HeaderClassName
{
color: #004E85;
}
.AnyTagClassName
{
color: #004E85;
}
</style>
background-color css
<style>
a { background-color: #004E85; }
a { background-color: rgb(0,78,133); }
div.DivClassName
{
background-color: #004E85;
}
.BgClassName
{
background-color: #004E85;
}
</style>
border-color css
<style>
span { border-color: #004E85; }
span { border-color: rgb(0,78,133); }
td.TdClassName
{
border-color: #004E85;
}
.TagClassName
{
border-color: #004E85;
}
</style>