Shades of Denim #0C5EBC
Tints of Denim #0C5EBC
RGB
CMYK
RGB Variations
Color information
#0C5EBC (or 0x0C5EBC) is known color: Denim. HEX triplet: 0C, 5E and BC. RGB value is (12,94,188). Sum of RGB (Red+Green+Blue) = 12+94+188=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C5EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5EBC is #F3A143. Grayscale: #4F4F4F. Windows color (decimal): -15966532 or 12344844. OLE color: 12344844.
HSL color Cylindrical-coordinate representation of color #0C5EBC: hue angle of 212.05º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C5EBC is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 94 | 188 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.26 |
| HSL | 212.05º | 0.88% | 0.39% | - |
| HSV(B) | 212.05º | 0.94% | 0.74% | - |
| XYZ | 13.23 | 11.71 | 49.14 | - |
| YUV | 80.2 | 188.83 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 94 | 188 | 0.94 | 0.50 | 0 | 0.26 | 212.05 | 0.88 | 0.39 |
| Hex | C | 5E | BC | 5E | 32 | 0 | 1A | D4 | 58 | 27 |
| Octal | 14 | 136 | 274 | 136 | 62 | 0 | 32 | 324 | 130 | 47 |
| Binary | 1100 | 1011110 | 10111100 | 1011110 | 110010 | 0 | 11010 | 11010100 | 1011000 | 100111 |
Color Harmonies of #0C5EBC
Complementary color
Monochromatic Colors of #0C5EBC
Black with #0C5EBC
Text Example
Text Example
White with #0C5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5EBC; }
p { color: rgb(12,94,188); }
H1.HeaderClassName
{
color: #0C5EBC;
}
.AnyTagClassName
{
color: #0C5EBC;
}
</style>
background-color css
<style>
a { background-color: #0C5EBC; }
a { background-color: rgb(12,94,188); }
div.DivClassName
{
background-color: #0C5EBC;
}
.BgClassName
{
background-color: #0C5EBC;
}
</style>
border-color css
<style>
span { border-color: #0C5EBC; }
span { border-color: rgb(12,94,188); }
td.TdClassName
{
border-color: #0C5EBC;
}
.TagClassName
{
border-color: #0C5EBC;
}
</style>