Shades of Dark Cerulean #0E578D
Tints of Dark Cerulean #0E578D
RGB
CMYK
RGB Variations
Color information
#0E578D (or 0x0E578D) is known color: Dark Cerulean. HEX triplet: 0E, 57 and 8D. RGB value is (14,87,141). Sum of RGB (Red+Green+Blue) = 14+87+141=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E578D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E578D is #F1A872. Grayscale: #474747. Windows color (decimal): -15837299 or 9262862. OLE color: 9262862.
HSL color Cylindrical-coordinate representation of color #0E578D: hue angle of 205.51º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E578D is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 87 | 141 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.45 |
| HSL | 205.51º | 0.82% | 0.3% | - |
| HSV(B) | 205.51º | 0.9% | 0.55% | - |
| XYZ | 8.4 | 8.83 | 26.46 | - |
| YUV | 71.33 | 167.32 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 87 | 141 | 0.90 | 0.38 | 0 | 0.45 | 205.51 | 0.82 | 0.3 |
| Hex | E | 57 | 8D | 5A | 26 | 0 | 2D | CE | 52 | 1E |
| Octal | 16 | 127 | 215 | 132 | 46 | 0 | 55 | 316 | 122 | 36 |
| Binary | 1110 | 1010111 | 10001101 | 1011010 | 100110 | 0 | 101101 | 11001110 | 1010010 | 11110 |
Color Harmonies of #0E578D
Complementary color
Monochromatic Colors of #0E578D
Black with #0E578D
Text Example
Text Example
White with #0E578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E578D; }
p { color: rgb(14,87,141); }
H1.HeaderClassName
{
color: #0E578D;
}
.AnyTagClassName
{
color: #0E578D;
}
</style>
background-color css
<style>
a { background-color: #0E578D; }
a { background-color: rgb(14,87,141); }
div.DivClassName
{
background-color: #0E578D;
}
.BgClassName
{
background-color: #0E578D;
}
</style>
border-color css
<style>
span { border-color: #0E578D; }
span { border-color: rgb(14,87,141); }
td.TdClassName
{
border-color: #0E578D;
}
.TagClassName
{
border-color: #0E578D;
}
</style>