Shades of Denim #0E5DAA
Tints of Denim #0E5DAA
RGB
CMYK
RGB Variations
Color information
#0E5DAA (or 0x0E5DAA) is known color: Denim. HEX triplet: 0E, 5D and AA. RGB value is (14,93,170). Sum of RGB (Red+Green+Blue) = 14+93+170=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E5DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5DAA is #F1A255. Grayscale: #4D4D4D. Windows color (decimal): -15835734 or 11164942. OLE color: 11164942.
HSL color Cylindrical-coordinate representation of color #0E5DAA: hue angle of 209.62º 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 #0E5DAA is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 93 | 170 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.33 |
| HSL | 209.62º | 0.85% | 0.36% | - |
| HSV(B) | 209.62º | 0.92% | 0.67% | - |
| XYZ | 11.35 | 10.82 | 39.52 | - |
| YUV | 78.16 | 179.83 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 170 | 0.92 | 0.45 | 0 | 0.33 | 209.62 | 0.85 | 0.36 |
| Hex | E | 5D | AA | 5C | 2D | 0 | 21 | D2 | 55 | 24 |
| Octal | 16 | 135 | 252 | 134 | 55 | 0 | 41 | 322 | 125 | 44 |
| Binary | 1110 | 1011101 | 10101010 | 1011100 | 101101 | 0 | 100001 | 11010010 | 1010101 | 100100 |
Color Harmonies of #0E5DAA
Complementary color
Monochromatic Colors of #0E5DAA
Black with #0E5DAA
Text Example
Text Example
White with #0E5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5DAA; }
p { color: rgb(14,93,170); }
H1.HeaderClassName
{
color: #0E5DAA;
}
.AnyTagClassName
{
color: #0E5DAA;
}
</style>
background-color css
<style>
a { background-color: #0E5DAA; }
a { background-color: rgb(14,93,170); }
div.DivClassName
{
background-color: #0E5DAA;
}
.BgClassName
{
background-color: #0E5DAA;
}
</style>
border-color css
<style>
span { border-color: #0E5DAA; }
span { border-color: rgb(14,93,170); }
td.TdClassName
{
border-color: #0E5DAA;
}
.TagClassName
{
border-color: #0E5DAA;
}
</style>