Shades of Denim #0E5EBA
Tints of Denim #0E5EBA
RGB
CMYK
RGB Variations
Color information
#0E5EBA (or 0x0E5EBA) is known color: Denim. HEX triplet: 0E, 5E and BA. RGB value is (14,94,186). Sum of RGB (Red+Green+Blue) = 14+94+186=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E5EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5EBA is #F1A145. Grayscale: #505050. Windows color (decimal): -15835462 or 12213774. OLE color: 12213774.
HSL color Cylindrical-coordinate representation of color #0E5EBA: hue angle of 212.09º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E5EBA is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 94 | 186 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.27 |
| HSL | 212.09º | 0.86% | 0.39% | - |
| HSV(B) | 212.09º | 0.92% | 0.73% | - |
| XYZ | 13.05 | 11.64 | 48.01 | - |
| YUV | 80.57 | 187.5 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 94 | 186 | 0.92 | 0.49 | 0 | 0.27 | 212.09 | 0.86 | 0.39 |
| Hex | E | 5E | BA | 5C | 31 | 0 | 1B | D4 | 56 | 27 |
| Octal | 16 | 136 | 272 | 134 | 61 | 0 | 33 | 324 | 126 | 47 |
| Binary | 1110 | 1011110 | 10111010 | 1011100 | 110001 | 0 | 11011 | 11010100 | 1010110 | 100111 |
Color Harmonies of #0E5EBA
Complementary color
Monochromatic Colors of #0E5EBA
Black with #0E5EBA
Text Example
Text Example
White with #0E5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5EBA; }
p { color: rgb(14,94,186); }
H1.HeaderClassName
{
color: #0E5EBA;
}
.AnyTagClassName
{
color: #0E5EBA;
}
</style>
background-color css
<style>
a { background-color: #0E5EBA; }
a { background-color: rgb(14,94,186); }
div.DivClassName
{
background-color: #0E5EBA;
}
.BgClassName
{
background-color: #0E5EBA;
}
</style>
border-color css
<style>
span { border-color: #0E5EBA; }
span { border-color: rgb(14,94,186); }
td.TdClassName
{
border-color: #0E5EBA;
}
.TagClassName
{
border-color: #0E5EBA;
}
</style>