Shades of Denim #0E4ECC
Tints of Denim #0E4ECC
RGB
CMYK
RGB Variations
Color information
#0E4ECC (or 0x0E4ECC) is known color: Denim. HEX triplet: 0E, 4E and CC. RGB value is (14,78,204). Sum of RGB (Red+Green+Blue) = 14+78+204=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E4ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E4ECC is #F1B133. Grayscale: #484848. Windows color (decimal): -15839540 or 13389326. OLE color: 13389326.
HSL color Cylindrical-coordinate representation of color #0E4ECC: hue angle of 219.79º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E4ECC is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 78 | 204 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.2 |
| HSL | 219.79º | 0.87% | 0.43% | - |
| HSV(B) | 219.79º | 0.93% | 0.8% | - |
| XYZ | 13.8 | 9.9 | 58.31 | - |
| YUV | 73.23 | 201.8 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 204 | 0.93 | 0.62 | 0 | 0.2 | 219.79 | 0.87 | 0.43 |
| Hex | E | 4E | CC | 5D | 3E | 0 | 14 | DC | 57 | 2B |
| Octal | 16 | 116 | 314 | 135 | 76 | 0 | 24 | 334 | 127 | 53 |
| Binary | 1110 | 1001110 | 11001100 | 1011101 | 111110 | 0 | 10100 | 11011100 | 1010111 | 101011 |
Color Harmonies of #0E4ECC
Complementary color
Monochromatic Colors of #0E4ECC
Black with #0E4ECC
Text Example
Text Example
White with #0E4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4ECC; }
p { color: rgb(14,78,204); }
H1.HeaderClassName
{
color: #0E4ECC;
}
.AnyTagClassName
{
color: #0E4ECC;
}
</style>
background-color css
<style>
a { background-color: #0E4ECC; }
a { background-color: rgb(14,78,204); }
div.DivClassName
{
background-color: #0E4ECC;
}
.BgClassName
{
background-color: #0E4ECC;
}
</style>
border-color css
<style>
span { border-color: #0E4ECC; }
span { border-color: rgb(14,78,204); }
td.TdClassName
{
border-color: #0E4ECC;
}
.TagClassName
{
border-color: #0E4ECC;
}
</style>