Shades of Denim #0E59BD
Tints of Denim #0E59BD
RGB
CMYK
RGB Variations
Color information
#0E59BD (or 0x0E59BD) is known color: Denim. HEX triplet: 0E, 59 and BD. RGB value is (14,89,189). Sum of RGB (Red+Green+Blue) = 14+89+189=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #0E59BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E59BD is #F1A642. Grayscale: #4D4D4D. Windows color (decimal): -15836739 or 12409102. OLE color: 12409102.
HSL color Cylindrical-coordinate representation of color #0E59BD: hue angle of 214.29º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E59BD is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 89 | 189 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.26 |
| HSL | 214.29º | 0.86% | 0.4% | - |
| HSV(B) | 214.29º | 0.93% | 0.74% | - |
| XYZ | 12.94 | 10.91 | 49.57 | - |
| YUV | 77.98 | 190.65 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 89 | 189 | 0.93 | 0.53 | 0 | 0.26 | 214.29 | 0.86 | 0.4 |
| Hex | E | 59 | BD | 5D | 35 | 0 | 1A | D6 | 56 | 28 |
| Octal | 16 | 131 | 275 | 135 | 65 | 0 | 32 | 326 | 126 | 50 |
| Binary | 1110 | 1011001 | 10111101 | 1011101 | 110101 | 0 | 11010 | 11010110 | 1010110 | 101000 |
Color Harmonies of #0E59BD
Complementary color
Monochromatic Colors of #0E59BD
Black with #0E59BD
Text Example
Text Example
White with #0E59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E59BD; }
p { color: rgb(14,89,189); }
H1.HeaderClassName
{
color: #0E59BD;
}
.AnyTagClassName
{
color: #0E59BD;
}
</style>
background-color css
<style>
a { background-color: #0E59BD; }
a { background-color: rgb(14,89,189); }
div.DivClassName
{
background-color: #0E59BD;
}
.BgClassName
{
background-color: #0E59BD;
}
</style>
border-color css
<style>
span { border-color: #0E59BD; }
span { border-color: rgb(14,89,189); }
td.TdClassName
{
border-color: #0E59BD;
}
.TagClassName
{
border-color: #0E59BD;
}
</style>