Shades of Denim #0E5CAB
Tints of Denim #0E5CAB
RGB
CMYK
RGB Variations
Color information
#0E5CAB (or 0x0E5CAB) is known color: Denim. HEX triplet: 0E, 5C and AB. RGB value is (14,92,171). Sum of RGB (Red+Green+Blue) = 14+92+171=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E5CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5CAB is #F1A354. Grayscale: #4D4D4D. Windows color (decimal): -15835989 or 11230222. OLE color: 11230222.
HSL color Cylindrical-coordinate representation of color #0E5CAB: hue angle of 210.19º 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 #0E5CAB is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 92 | 171 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.33 |
| HSL | 210.19º | 0.85% | 0.36% | - |
| HSV(B) | 210.19º | 0.92% | 0.67% | - |
| XYZ | 11.36 | 10.69 | 39.99 | - |
| YUV | 77.68 | 180.66 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 92 | 171 | 0.92 | 0.46 | 0 | 0.33 | 210.19 | 0.85 | 0.36 |
| Hex | E | 5C | AB | 5C | 2E | 0 | 21 | D2 | 55 | 24 |
| Octal | 16 | 134 | 253 | 134 | 56 | 0 | 41 | 322 | 125 | 44 |
| Binary | 1110 | 1011100 | 10101011 | 1011100 | 101110 | 0 | 100001 | 11010010 | 1010101 | 100100 |
Color Harmonies of #0E5CAB
Complementary color
Monochromatic Colors of #0E5CAB
Black with #0E5CAB
Text Example
Text Example
White with #0E5CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5CAB; }
p { color: rgb(14,92,171); }
H1.HeaderClassName
{
color: #0E5CAB;
}
.AnyTagClassName
{
color: #0E5CAB;
}
</style>
background-color css
<style>
a { background-color: #0E5CAB; }
a { background-color: rgb(14,92,171); }
div.DivClassName
{
background-color: #0E5CAB;
}
.BgClassName
{
background-color: #0E5CAB;
}
</style>
border-color css
<style>
span { border-color: #0E5CAB; }
span { border-color: rgb(14,92,171); }
td.TdClassName
{
border-color: #0E5CAB;
}
.TagClassName
{
border-color: #0E5CAB;
}
</style>