Shades of Dark Cerulean #0E5282
Tints of Dark Cerulean #0E5282
RGB
CMYK
RGB Variations
Color information
#0E5282 (or 0x0E5282) is known color: Dark Cerulean. HEX triplet: 0E, 52 and 82. RGB value is (14,82,130). Sum of RGB (Red+Green+Blue) = 14+82+130=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E5282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5282 is #F1AD7D. Grayscale: #424242. Windows color (decimal): -15838590 or 8540686. OLE color: 8540686.
HSL color Cylindrical-coordinate representation of color #0E5282: hue angle of 204.83º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E5282 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 82 | 130 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.49 |
| HSL | 204.83º | 0.81% | 0.28% | - |
| HSV(B) | 204.83º | 0.89% | 0.51% | - |
| XYZ | 7.23 | 7.74 | 22.23 | - |
| YUV | 67.14 | 163.47 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 82 | 130 | 0.89 | 0.37 | 0 | 0.49 | 204.83 | 0.81 | 0.28 |
| Hex | E | 52 | 82 | 59 | 25 | 0 | 31 | CD | 51 | 1C |
| Octal | 16 | 122 | 202 | 131 | 45 | 0 | 61 | 315 | 121 | 34 |
| Binary | 1110 | 1010010 | 10000010 | 1011001 | 100101 | 0 | 110001 | 11001101 | 1010001 | 11100 |
Color Harmonies of #0E5282
Complementary color
Monochromatic Colors of #0E5282
Black with #0E5282
Text Example
Text Example
White with #0E5282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5282; }
p { color: rgb(14,82,130); }
H1.HeaderClassName
{
color: #0E5282;
}
.AnyTagClassName
{
color: #0E5282;
}
</style>
background-color css
<style>
a { background-color: #0E5282; }
a { background-color: rgb(14,82,130); }
div.DivClassName
{
background-color: #0E5282;
}
.BgClassName
{
background-color: #0E5282;
}
</style>
border-color css
<style>
span { border-color: #0E5282; }
span { border-color: rgb(14,82,130); }
td.TdClassName
{
border-color: #0E5282;
}
.TagClassName
{
border-color: #0E5282;
}
</style>