Shades of Denim #0C6EBB
Tints of Denim #0C6EBB
RGB
CMYK
RGB Variations
Color information
#0C6EBB (or 0x0C6EBB) is known color: Denim. HEX triplet: 0C, 6E and BB. RGB value is (12,110,187). Sum of RGB (Red+Green+Blue) = 12+110+187=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C6EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6EBB is #F39144. Grayscale: #595959. Windows color (decimal): -15962437 or 12283404. OLE color: 12283404.
HSL color Cylindrical-coordinate representation of color #0C6EBB: hue angle of 206.4º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C6EBB is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 110 | 187 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.27 |
| HSL | 206.4º | 0.88% | 0.39% | - |
| HSV(B) | 206.4º | 0.94% | 0.73% | - |
| XYZ | 14.7 | 14.82 | 49.1 | - |
| YUV | 89.48 | 183.03 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 110 | 187 | 0.94 | 0.41 | 0 | 0.27 | 206.4 | 0.88 | 0.39 |
| Hex | C | 6E | BB | 5E | 29 | 0 | 1B | CE | 58 | 27 |
| Octal | 14 | 156 | 273 | 136 | 51 | 0 | 33 | 316 | 130 | 47 |
| Binary | 1100 | 1101110 | 10111011 | 1011110 | 101001 | 0 | 11011 | 11001110 | 1011000 | 100111 |
Color Harmonies of #0C6EBB
Complementary color
Monochromatic Colors of #0C6EBB
Black with #0C6EBB
Text Example
Text Example
White with #0C6EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6EBB; }
p { color: rgb(12,110,187); }
H1.HeaderClassName
{
color: #0C6EBB;
}
.AnyTagClassName
{
color: #0C6EBB;
}
</style>
background-color css
<style>
a { background-color: #0C6EBB; }
a { background-color: rgb(12,110,187); }
div.DivClassName
{
background-color: #0C6EBB;
}
.BgClassName
{
background-color: #0C6EBB;
}
</style>
border-color css
<style>
span { border-color: #0C6EBB; }
span { border-color: rgb(12,110,187); }
td.TdClassName
{
border-color: #0C6EBB;
}
.TagClassName
{
border-color: #0C6EBB;
}
</style>