Shades of Dark Cerulean #0E5093
Tints of Dark Cerulean #0E5093
RGB
CMYK
RGB Variations
Color information
#0E5093 (or 0x0E5093) is known color: Dark Cerulean. HEX triplet: 0E, 50 and 93. RGB value is (14,80,147). Sum of RGB (Red+Green+Blue) = 14+80+147=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E5093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5093 is #F1AF6C. Grayscale: #434343. Windows color (decimal): -15839085 or 9654286. OLE color: 9654286.
HSL color Cylindrical-coordinate representation of color #0E5093: hue angle of 210.23º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E5093 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 80 | 147 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.42 |
| HSL | 210.23º | 0.83% | 0.32% | - |
| HSV(B) | 210.23º | 0.9% | 0.58% | - |
| XYZ | 8.32 | 7.94 | 28.7 | - |
| YUV | 67.9 | 172.63 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 147 | 0.90 | 0.46 | 0 | 0.42 | 210.23 | 0.83 | 0.32 |
| Hex | E | 50 | 93 | 5A | 2E | 0 | 2A | D2 | 53 | 20 |
| Octal | 16 | 120 | 223 | 132 | 56 | 0 | 52 | 322 | 123 | 40 |
| Binary | 1110 | 1010000 | 10010011 | 1011010 | 101110 | 0 | 101010 | 11010010 | 1010011 | 100000 |
Color Harmonies of #0E5093
Complementary color
Monochromatic Colors of #0E5093
Black with #0E5093
Text Example
Text Example
White with #0E5093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5093; }
p { color: rgb(14,80,147); }
H1.HeaderClassName
{
color: #0E5093;
}
.AnyTagClassName
{
color: #0E5093;
}
</style>
background-color css
<style>
a { background-color: #0E5093; }
a { background-color: rgb(14,80,147); }
div.DivClassName
{
background-color: #0E5093;
}
.BgClassName
{
background-color: #0E5093;
}
</style>
border-color css
<style>
span { border-color: #0E5093; }
span { border-color: rgb(14,80,147); }
td.TdClassName
{
border-color: #0E5093;
}
.TagClassName
{
border-color: #0E5093;
}
</style>