Shades of Dark Cerulean #0E3C7E
Tints of Dark Cerulean #0E3C7E
RGB
CMYK
RGB Variations
Color information
#0E3C7E (or 0x0E3C7E) is known color: Dark Cerulean. HEX triplet: 0E, 3C and 7E. RGB value is (14,60,126). Sum of RGB (Red+Green+Blue) = 14+60+126=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 126 (49.61% from 255 or 63% from 200); Max value from RGB is 126 - color contains mainly: blue. Hex color #0E3C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3C7E is #F1C381. Grayscale: #353535. Windows color (decimal): -15844226 or 8272910. OLE color: 8272910.
HSL color Cylindrical-coordinate representation of color #0E3C7E: hue angle of 215.36º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E3C7E is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 60 | 126 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.51 |
| HSL | 215.36º | 0.8% | 0.27% | - |
| HSV(B) | 215.36º | 0.89% | 0.49% | - |
| XYZ | 5.56 | 4.83 | 20.38 | - |
| YUV | 53.77 | 168.76 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 126 | 0.89 | 0.52 | 0 | 0.51 | 215.36 | 0.8 | 0.27 |
| Hex | E | 3C | 7E | 59 | 34 | 0 | 33 | D7 | 50 | 1B |
| Octal | 16 | 74 | 176 | 131 | 64 | 0 | 63 | 327 | 120 | 33 |
| Binary | 1110 | 111100 | 1111110 | 1011001 | 110100 | 0 | 110011 | 11010111 | 1010000 | 11011 |
Color Harmonies of #0E3C7E
Complementary color
Monochromatic Colors of #0E3C7E
Black with #0E3C7E
Text Example
Text Example
White with #0E3C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3C7E; }
p { color: rgb(14,60,126); }
H1.HeaderClassName
{
color: #0E3C7E;
}
.AnyTagClassName
{
color: #0E3C7E;
}
</style>
background-color css
<style>
a { background-color: #0E3C7E; }
a { background-color: rgb(14,60,126); }
div.DivClassName
{
background-color: #0E3C7E;
}
.BgClassName
{
background-color: #0E3C7E;
}
</style>
border-color css
<style>
span { border-color: #0E3C7E; }
span { border-color: rgb(14,60,126); }
td.TdClassName
{
border-color: #0E3C7E;
}
.TagClassName
{
border-color: #0E3C7E;
}
</style>