Shades of Dark Cerulean #0E5095
Tints of Dark Cerulean #0E5095
RGB
CMYK
RGB Variations
Color information
#0E5095 (or 0x0E5095) is known color: Dark Cerulean. HEX triplet: 0E, 50 and 95. RGB value is (14,80,149). Sum of RGB (Red+Green+Blue) = 14+80+149=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E5095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5095 is #F1AF6A. Grayscale: #434343. Windows color (decimal): -15839083 or 9785358. OLE color: 9785358.
HSL color Cylindrical-coordinate representation of color #0E5095: hue angle of 210.67º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5095 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 80 | 149 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.42 |
| HSL | 210.67º | 0.83% | 0.32% | - |
| HSV(B) | 210.67º | 0.91% | 0.58% | - |
| XYZ | 8.47 | 8 | 29.53 | - |
| YUV | 68.13 | 173.63 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 149 | 0.91 | 0.46 | 0 | 0.42 | 210.67 | 0.83 | 0.32 |
| Hex | E | 50 | 95 | 5B | 2E | 0 | 2A | D3 | 53 | 20 |
| Octal | 16 | 120 | 225 | 133 | 56 | 0 | 52 | 323 | 123 | 40 |
| Binary | 1110 | 1010000 | 10010101 | 1011011 | 101110 | 0 | 101010 | 11010011 | 1010011 | 100000 |
Color Harmonies of #0E5095
Complementary color
Monochromatic Colors of #0E5095
Black with #0E5095
Text Example
Text Example
White with #0E5095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5095; }
p { color: rgb(14,80,149); }
H1.HeaderClassName
{
color: #0E5095;
}
.AnyTagClassName
{
color: #0E5095;
}
</style>
background-color css
<style>
a { background-color: #0E5095; }
a { background-color: rgb(14,80,149); }
div.DivClassName
{
background-color: #0E5095;
}
.BgClassName
{
background-color: #0E5095;
}
</style>
border-color css
<style>
span { border-color: #0E5095; }
span { border-color: rgb(14,80,149); }
td.TdClassName
{
border-color: #0E5095;
}
.TagClassName
{
border-color: #0E5095;
}
</style>