Shades of Dark Cerulean #0E547D
Tints of Dark Cerulean #0E547D
RGB
CMYK
RGB Variations
Color information
#0E547D (or 0x0E547D) is known color: Dark Cerulean. HEX triplet: 0E, 54 and 7D. RGB value is (14,84,125). Sum of RGB (Red+Green+Blue) = 14+84+125=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E547D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E547D is #F1AB82. Grayscale: #434343. Windows color (decimal): -15838083 or 8213518. OLE color: 8213518.
HSL color Cylindrical-coordinate representation of color #0E547D: hue angle of 202.16º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E547D is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 84 | 125 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.51 |
| HSL | 202.16º | 0.8% | 0.27% | - |
| HSV(B) | 202.16º | 0.89% | 0.49% | - |
| XYZ | 7.05 | 7.91 | 20.56 | - |
| YUV | 67.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 84 | 125 | 0.89 | 0.33 | 0 | 0.51 | 202.16 | 0.8 | 0.27 |
| Hex | E | 54 | 7D | 59 | 21 | 0 | 33 | CA | 50 | 1B |
| Octal | 16 | 124 | 175 | 131 | 41 | 0 | 63 | 312 | 120 | 33 |
| Binary | 1110 | 1010100 | 1111101 | 1011001 | 100001 | 0 | 110011 | 11001010 | 1010000 | 11011 |
Color Harmonies of #0E547D
Complementary color
Monochromatic Colors of #0E547D
Black with #0E547D
Text Example
Text Example
White with #0E547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E547D; }
p { color: rgb(14,84,125); }
H1.HeaderClassName
{
color: #0E547D;
}
.AnyTagClassName
{
color: #0E547D;
}
</style>
background-color css
<style>
a { background-color: #0E547D; }
a { background-color: rgb(14,84,125); }
div.DivClassName
{
background-color: #0E547D;
}
.BgClassName
{
background-color: #0E547D;
}
</style>
border-color css
<style>
span { border-color: #0E547D; }
span { border-color: rgb(14,84,125); }
td.TdClassName
{
border-color: #0E547D;
}
.TagClassName
{
border-color: #0E547D;
}
</style>