Shades of Denim #0E4EBB
Tints of Denim #0E4EBB
RGB
CMYK
RGB Variations
Color information
#0E4EBB (or 0x0E4EBB) is known color: Denim. HEX triplet: 0E, 4E and BB. RGB value is (14,78,187). Sum of RGB (Red+Green+Blue) = 14+78+187=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E4EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E4EBB is #F1B144. Grayscale: #464646. Windows color (decimal): -15839557 or 12275214. OLE color: 12275214.
HSL color Cylindrical-coordinate representation of color #0E4EBB: hue angle of 217.8º 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 #0E4EBB is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 78 | 187 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.27 |
| HSL | 217.8º | 0.86% | 0.39% | - |
| HSV(B) | 217.8º | 0.93% | 0.73% | - |
| XYZ | 11.88 | 9.13 | 48.15 | - |
| YUV | 71.29 | 193.3 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 187 | 0.93 | 0.58 | 0 | 0.27 | 217.8 | 0.86 | 0.39 |
| Hex | E | 4E | BB | 5D | 3A | 0 | 1B | DA | 56 | 27 |
| Octal | 16 | 116 | 273 | 135 | 72 | 0 | 33 | 332 | 126 | 47 |
| Binary | 1110 | 1001110 | 10111011 | 1011101 | 111010 | 0 | 11011 | 11011010 | 1010110 | 100111 |
Color Harmonies of #0E4EBB
Complementary color
Monochromatic Colors of #0E4EBB
Black with #0E4EBB
Text Example
Text Example
White with #0E4EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4EBB; }
p { color: rgb(14,78,187); }
H1.HeaderClassName
{
color: #0E4EBB;
}
.AnyTagClassName
{
color: #0E4EBB;
}
</style>
background-color css
<style>
a { background-color: #0E4EBB; }
a { background-color: rgb(14,78,187); }
div.DivClassName
{
background-color: #0E4EBB;
}
.BgClassName
{
background-color: #0E4EBB;
}
</style>
border-color css
<style>
span { border-color: #0E4EBB; }
span { border-color: rgb(14,78,187); }
td.TdClassName
{
border-color: #0E4EBB;
}
.TagClassName
{
border-color: #0E4EBB;
}
</style>