Shades of Denim #0E5EBB
Tints of Denim #0E5EBB
RGB
CMYK
RGB Variations
Color information
#0E5EBB (or 0x0E5EBB) is known color: Denim. HEX triplet: 0E, 5E and BB. RGB value is (14,94,187). Sum of RGB (Red+Green+Blue) = 14+94+187=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E5EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5EBB is #F1A144. Grayscale: #505050. Windows color (decimal): -15835461 or 12279310. OLE color: 12279310.
HSL color Cylindrical-coordinate representation of color #0E5EBB: hue angle of 212.25º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E5EBB is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 94 | 187 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.27 |
| HSL | 212.25º | 0.86% | 0.39% | - |
| HSV(B) | 212.25º | 0.93% | 0.73% | - |
| XYZ | 13.15 | 11.69 | 48.58 | - |
| YUV | 80.68 | 188 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 94 | 187 | 0.93 | 0.50 | 0 | 0.27 | 212.25 | 0.86 | 0.39 |
| Hex | E | 5E | BB | 5D | 32 | 0 | 1B | D4 | 56 | 27 |
| Octal | 16 | 136 | 273 | 135 | 62 | 0 | 33 | 324 | 126 | 47 |
| Binary | 1110 | 1011110 | 10111011 | 1011101 | 110010 | 0 | 11011 | 11010100 | 1010110 | 100111 |
Color Harmonies of #0E5EBB
Complementary color
Monochromatic Colors of #0E5EBB
Black with #0E5EBB
Text Example
Text Example
White with #0E5EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5EBB; }
p { color: rgb(14,94,187); }
H1.HeaderClassName
{
color: #0E5EBB;
}
.AnyTagClassName
{
color: #0E5EBB;
}
</style>
background-color css
<style>
a { background-color: #0E5EBB; }
a { background-color: rgb(14,94,187); }
div.DivClassName
{
background-color: #0E5EBB;
}
.BgClassName
{
background-color: #0E5EBB;
}
</style>
border-color css
<style>
span { border-color: #0E5EBB; }
span { border-color: rgb(14,94,187); }
td.TdClassName
{
border-color: #0E5EBB;
}
.TagClassName
{
border-color: #0E5EBB;
}
</style>