Shades of Dark Cerulean #0E3781
Tints of Dark Cerulean #0E3781
RGB
CMYK
RGB Variations
Color information
#0E3781 (or 0x0E3781) is known color: Dark Cerulean. HEX triplet: 0E, 37 and 81. RGB value is (14,55,129). Sum of RGB (Red+Green+Blue) = 14+55+129=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #0E3781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3781 is #F1C87E. Grayscale: #323232. Windows color (decimal): -15845503 or 8468238. OLE color: 8468238.
HSL color Cylindrical-coordinate representation of color #0E3781: hue angle of 218.61º degrees, saturation: 0.8, 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 #0E3781 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 55 | 129 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.49 |
| HSL | 218.61º | 0.8% | 0.28% | - |
| HSV(B) | 218.61º | 0.89% | 0.51% | - |
| XYZ | 5.51 | 4.41 | 21.33 | - |
| YUV | 51.18 | 171.92 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 129 | 0.89 | 0.57 | 0 | 0.49 | 218.61 | 0.8 | 0.28 |
| Hex | E | 37 | 81 | 59 | 39 | 0 | 31 | DB | 50 | 1C |
| Octal | 16 | 67 | 201 | 131 | 71 | 0 | 61 | 333 | 120 | 34 |
| Binary | 1110 | 110111 | 10000001 | 1011001 | 111001 | 0 | 110001 | 11011011 | 1010000 | 11100 |
Color Harmonies of #0E3781
Complementary color
Monochromatic Colors of #0E3781
Black with #0E3781
Text Example
Text Example
White with #0E3781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3781; }
p { color: rgb(14,55,129); }
H1.HeaderClassName
{
color: #0E3781;
}
.AnyTagClassName
{
color: #0E3781;
}
</style>
background-color css
<style>
a { background-color: #0E3781; }
a { background-color: rgb(14,55,129); }
div.DivClassName
{
background-color: #0E3781;
}
.BgClassName
{
background-color: #0E3781;
}
</style>
border-color css
<style>
span { border-color: #0E3781; }
span { border-color: rgb(14,55,129); }
td.TdClassName
{
border-color: #0E3781;
}
.TagClassName
{
border-color: #0E3781;
}
</style>