Shades of Denim #0C6FBB
Tints of Denim #0C6FBB
RGB
CMYK
RGB Variations
Color information
#0C6FBB (or 0x0C6FBB) is known color: Denim. HEX triplet: 0C, 6F and BB. RGB value is (12,111,187). Sum of RGB (Red+Green+Blue) = 12+111+187=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C6FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6FBB is #F39044. Grayscale: #595959. Windows color (decimal): -15962181 or 12283660. OLE color: 12283660.
HSL color Cylindrical-coordinate representation of color #0C6FBB: hue angle of 206.06º 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 #0C6FBB is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 111 | 187 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.27 |
| HSL | 206.06º | 0.88% | 0.39% | - |
| HSV(B) | 206.06º | 0.94% | 0.73% | - |
| XYZ | 14.81 | 15.03 | 49.14 | - |
| YUV | 90.06 | 182.7 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 111 | 187 | 0.94 | 0.41 | 0 | 0.27 | 206.06 | 0.88 | 0.39 |
| Hex | C | 6F | BB | 5E | 29 | 0 | 1B | CE | 58 | 27 |
| Octal | 14 | 157 | 273 | 136 | 51 | 0 | 33 | 316 | 130 | 47 |
| Binary | 1100 | 1101111 | 10111011 | 1011110 | 101001 | 0 | 11011 | 11001110 | 1011000 | 100111 |
Color Harmonies of #0C6FBB
Complementary color
Monochromatic Colors of #0C6FBB
Black with #0C6FBB
Text Example
Text Example
White with #0C6FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6FBB; }
p { color: rgb(12,111,187); }
H1.HeaderClassName
{
color: #0C6FBB;
}
.AnyTagClassName
{
color: #0C6FBB;
}
</style>
background-color css
<style>
a { background-color: #0C6FBB; }
a { background-color: rgb(12,111,187); }
div.DivClassName
{
background-color: #0C6FBB;
}
.BgClassName
{
background-color: #0C6FBB;
}
</style>
border-color css
<style>
span { border-color: #0C6FBB; }
span { border-color: rgb(12,111,187); }
td.TdClassName
{
border-color: #0C6FBB;
}
.TagClassName
{
border-color: #0C6FBB;
}
</style>