Shades of Denim #0E68BB
Tints of Denim #0E68BB
RGB
CMYK
RGB Variations
Color information
#0E68BB (or 0x0E68BB) is known color: Denim. HEX triplet: 0E, 68 and BB. RGB value is (14,104,187). Sum of RGB (Red+Green+Blue) = 14+104+187=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E68BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E68BB is #F19744. Grayscale: #565656. Windows color (decimal): -15832901 or 12281870. OLE color: 12281870.
HSL color Cylindrical-coordinate representation of color #0E68BB: hue angle of 208.79º 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 #0E68BB is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 104 | 187 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.27 |
| HSL | 208.79º | 0.86% | 0.39% | - |
| HSV(B) | 208.79º | 0.93% | 0.73% | - |
| XYZ | 14.1 | 13.58 | 48.89 | - |
| YUV | 86.55 | 184.68 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 187 | 0.93 | 0.44 | 0 | 0.27 | 208.79 | 0.86 | 0.39 |
| Hex | E | 68 | BB | 5D | 2C | 0 | 1B | D1 | 56 | 27 |
| Octal | 16 | 150 | 273 | 135 | 54 | 0 | 33 | 321 | 126 | 47 |
| Binary | 1110 | 1101000 | 10111011 | 1011101 | 101100 | 0 | 11011 | 11010001 | 1010110 | 100111 |
Color Harmonies of #0E68BB
Complementary color
Monochromatic Colors of #0E68BB
Black with #0E68BB
Text Example
Text Example
White with #0E68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E68BB; }
p { color: rgb(14,104,187); }
H1.HeaderClassName
{
color: #0E68BB;
}
.AnyTagClassName
{
color: #0E68BB;
}
</style>
background-color css
<style>
a { background-color: #0E68BB; }
a { background-color: rgb(14,104,187); }
div.DivClassName
{
background-color: #0E68BB;
}
.BgClassName
{
background-color: #0E68BB;
}
</style>
border-color css
<style>
span { border-color: #0E68BB; }
span { border-color: rgb(14,104,187); }
td.TdClassName
{
border-color: #0E68BB;
}
.TagClassName
{
border-color: #0E68BB;
}
</style>