Shades of Denim #0E50BB
Tints of Denim #0E50BB
RGB
CMYK
RGB Variations
Color information
#0E50BB (or 0x0E50BB) is known color: Denim. HEX triplet: 0E, 50 and BB. RGB value is (14,80,187). Sum of RGB (Red+Green+Blue) = 14+80+187=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E50BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E50BB is #F1AF44. Grayscale: #474747. Windows color (decimal): -15839045 or 12275726. OLE color: 12275726.
HSL color Cylindrical-coordinate representation of color #0E50BB: hue angle of 217.11º 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 #0E50BB is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 80 | 187 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.27 |
| HSL | 217.11º | 0.86% | 0.39% | - |
| HSV(B) | 217.11º | 0.93% | 0.73% | - |
| XYZ | 12.02 | 9.42 | 48.2 | - |
| YUV | 72.46 | 192.63 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 187 | 0.93 | 0.57 | 0 | 0.27 | 217.11 | 0.86 | 0.39 |
| Hex | E | 50 | BB | 5D | 39 | 0 | 1B | D9 | 56 | 27 |
| Octal | 16 | 120 | 273 | 135 | 71 | 0 | 33 | 331 | 126 | 47 |
| Binary | 1110 | 1010000 | 10111011 | 1011101 | 111001 | 0 | 11011 | 11011001 | 1010110 | 100111 |
Color Harmonies of #0E50BB
Complementary color
Monochromatic Colors of #0E50BB
Black with #0E50BB
Text Example
Text Example
White with #0E50BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E50BB; }
p { color: rgb(14,80,187); }
H1.HeaderClassName
{
color: #0E50BB;
}
.AnyTagClassName
{
color: #0E50BB;
}
</style>
background-color css
<style>
a { background-color: #0E50BB; }
a { background-color: rgb(14,80,187); }
div.DivClassName
{
background-color: #0E50BB;
}
.BgClassName
{
background-color: #0E50BB;
}
</style>
border-color css
<style>
span { border-color: #0E50BB; }
span { border-color: rgb(14,80,187); }
td.TdClassName
{
border-color: #0E50BB;
}
.TagClassName
{
border-color: #0E50BB;
}
</style>