Shades of Dark Cerulean #0E547B
Tints of Dark Cerulean #0E547B
RGB
CMYK
RGB Variations
Color information
#0E547B (or 0x0E547B) is known color: Dark Cerulean. HEX triplet: 0E, 54 and 7B. RGB value is (14,84,123). Sum of RGB (Red+Green+Blue) = 14+84+123=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E547B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E547B is #F1AB84. Grayscale: #434343. Windows color (decimal): -15838085 or 8082446. OLE color: 8082446.
HSL color Cylindrical-coordinate representation of color #0E547B: hue angle of 201.47º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E547B is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 84 | 123 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.52 |
| HSL | 201.47º | 0.8% | 0.27% | - |
| HSV(B) | 201.47º | 0.89% | 0.48% | - |
| XYZ | 6.93 | 7.86 | 19.89 | - |
| YUV | 67.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 84 | 123 | 0.89 | 0.32 | 0 | 0.52 | 201.47 | 0.8 | 0.27 |
| Hex | E | 54 | 7B | 59 | 20 | 0 | 34 | C9 | 50 | 1B |
| Octal | 16 | 124 | 173 | 131 | 40 | 0 | 64 | 311 | 120 | 33 |
| Binary | 1110 | 1010100 | 1111011 | 1011001 | 100000 | 0 | 110100 | 11001001 | 1010000 | 11011 |
Color Harmonies of #0E547B
Complementary color
Monochromatic Colors of #0E547B
Black with #0E547B
Text Example
Text Example
White with #0E547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E547B; }
p { color: rgb(14,84,123); }
H1.HeaderClassName
{
color: #0E547B;
}
.AnyTagClassName
{
color: #0E547B;
}
</style>
background-color css
<style>
a { background-color: #0E547B; }
a { background-color: rgb(14,84,123); }
div.DivClassName
{
background-color: #0E547B;
}
.BgClassName
{
background-color: #0E547B;
}
</style>
border-color css
<style>
span { border-color: #0E547B; }
span { border-color: rgb(14,84,123); }
td.TdClassName
{
border-color: #0E547B;
}
.TagClassName
{
border-color: #0E547B;
}
</style>