Shades of Denim #0E76BC
Tints of Denim #0E76BC
RGB
CMYK
RGB Variations
Color information
#0E76BC (or 0x0E76BC) is known color: Denim. HEX triplet: 0E, 76 and BC. RGB value is (14,118,188). Sum of RGB (Red+Green+Blue) = 14+118+188=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E76BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E76BC is #F18943. Grayscale: #5E5E5E. Windows color (decimal): -15829316 or 12350990. OLE color: 12350990.
HSL color Cylindrical-coordinate representation of color #0E76BC: hue angle of 204.14º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E76BC is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 118 | 188 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.26 |
| HSL | 204.14º | 0.86% | 0.4% | - |
| HSV(B) | 204.14º | 0.93% | 0.74% | - |
| XYZ | 15.74 | 16.68 | 49.97 | - |
| YUV | 94.88 | 180.54 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 118 | 188 | 0.93 | 0.37 | 0 | 0.26 | 204.14 | 0.86 | 0.4 |
| Hex | E | 76 | BC | 5D | 25 | 0 | 1A | CC | 56 | 28 |
| Octal | 16 | 166 | 274 | 135 | 45 | 0 | 32 | 314 | 126 | 50 |
| Binary | 1110 | 1110110 | 10111100 | 1011101 | 100101 | 0 | 11010 | 11001100 | 1010110 | 101000 |
Color Harmonies of #0E76BC
Complementary color
Monochromatic Colors of #0E76BC
Black with #0E76BC
Text Example
Text Example
White with #0E76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E76BC; }
p { color: rgb(14,118,188); }
H1.HeaderClassName
{
color: #0E76BC;
}
.AnyTagClassName
{
color: #0E76BC;
}
</style>
background-color css
<style>
a { background-color: #0E76BC; }
a { background-color: rgb(14,118,188); }
div.DivClassName
{
background-color: #0E76BC;
}
.BgClassName
{
background-color: #0E76BC;
}
</style>
border-color css
<style>
span { border-color: #0E76BC; }
span { border-color: rgb(14,118,188); }
td.TdClassName
{
border-color: #0E76BC;
}
.TagClassName
{
border-color: #0E76BC;
}
</style>