Shades of Denim #0E5DAC
Tints of Denim #0E5DAC
RGB
CMYK
RGB Variations
Color information
#0E5DAC (or 0x0E5DAC) is known color: Denim. HEX triplet: 0E, 5D and AC. RGB value is (14,93,172). Sum of RGB (Red+Green+Blue) = 14+93+172=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E5DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5DAC is #F1A253. Grayscale: #4D4D4D. Windows color (decimal): -15835732 or 11296014. OLE color: 11296014.
HSL color Cylindrical-coordinate representation of color #0E5DAC: hue angle of 210º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E5DAC is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 93 | 172 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.33 |
| HSL | 210º | 0.85% | 0.36% | - |
| HSV(B) | 210º | 0.92% | 0.67% | - |
| XYZ | 11.54 | 10.9 | 40.53 | - |
| YUV | 78.39 | 180.83 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 172 | 0.92 | 0.46 | 0 | 0.33 | 210 | 0.85 | 0.36 |
| Hex | E | 5D | AC | 5C | 2E | 0 | 21 | D2 | 55 | 24 |
| Octal | 16 | 135 | 254 | 134 | 56 | 0 | 41 | 322 | 125 | 44 |
| Binary | 1110 | 1011101 | 10101100 | 1011100 | 101110 | 0 | 100001 | 11010010 | 1010101 | 100100 |
Color Harmonies of #0E5DAC
Complementary color
Monochromatic Colors of #0E5DAC
Black with #0E5DAC
Text Example
Text Example
White with #0E5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5DAC; }
p { color: rgb(14,93,172); }
H1.HeaderClassName
{
color: #0E5DAC;
}
.AnyTagClassName
{
color: #0E5DAC;
}
</style>
background-color css
<style>
a { background-color: #0E5DAC; }
a { background-color: rgb(14,93,172); }
div.DivClassName
{
background-color: #0E5DAC;
}
.BgClassName
{
background-color: #0E5DAC;
}
</style>
border-color css
<style>
span { border-color: #0E5DAC; }
span { border-color: rgb(14,93,172); }
td.TdClassName
{
border-color: #0E5DAC;
}
.TagClassName
{
border-color: #0E5DAC;
}
</style>