Shades of Denim #0E5DA6
Tints of Denim #0E5DA6
RGB
CMYK
RGB Variations
Color information
#0E5DA6 (or 0x0E5DA6) is known color: Denim. HEX triplet: 0E, 5D and A6. RGB value is (14,93,166). Sum of RGB (Red+Green+Blue) = 14+93+166=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 166 (65.23% from 255 or 60.81% from 273); Max value from RGB is 166 - color contains mainly: blue. Hex color #0E5DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5DA6 is #F1A259. Grayscale: #4D4D4D. Windows color (decimal): -15835738 or 10902798. OLE color: 10902798.
HSL color Cylindrical-coordinate representation of color #0E5DA6: hue angle of 208.82º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E5DA6 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 93 | 166 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.35 |
| HSL | 208.82º | 0.84% | 0.35% | - |
| HSV(B) | 208.82º | 0.92% | 0.65% | - |
| XYZ | 10.98 | 10.68 | 37.56 | - |
| YUV | 77.7 | 177.83 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 166 | 0.92 | 0.44 | 0 | 0.35 | 208.82 | 0.84 | 0.35 |
| Hex | E | 5D | A6 | 5C | 2C | 0 | 23 | D1 | 54 | 23 |
| Octal | 16 | 135 | 246 | 134 | 54 | 0 | 43 | 321 | 124 | 43 |
| Binary | 1110 | 1011101 | 10100110 | 1011100 | 101100 | 0 | 100011 | 11010001 | 1010100 | 100011 |
Color Harmonies of #0E5DA6
Complementary color
Monochromatic Colors of #0E5DA6
Black with #0E5DA6
Text Example
Text Example
White with #0E5DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5DA6; }
p { color: rgb(14,93,166); }
H1.HeaderClassName
{
color: #0E5DA6;
}
.AnyTagClassName
{
color: #0E5DA6;
}
</style>
background-color css
<style>
a { background-color: #0E5DA6; }
a { background-color: rgb(14,93,166); }
div.DivClassName
{
background-color: #0E5DA6;
}
.BgClassName
{
background-color: #0E5DA6;
}
</style>
border-color css
<style>
span { border-color: #0E5DA6; }
span { border-color: rgb(14,93,166); }
td.TdClassName
{
border-color: #0E5DA6;
}
.TagClassName
{
border-color: #0E5DA6;
}
</style>