Shades of Denim #0C6BAF
Tints of Denim #0C6BAF
RGB
CMYK
RGB Variations
Color information
#0C6BAF (or 0x0C6BAF) is known color: Denim. HEX triplet: 0C, 6B and AF. RGB value is (12,107,175). Sum of RGB (Red+Green+Blue) = 12+107+175=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C6BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6BAF is #F39450. Grayscale: #555555. Windows color (decimal): -15963217 or 11496204. OLE color: 11496204.
HSL color Cylindrical-coordinate representation of color #0C6BAF: hue angle of 205.03º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C6BAF is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 107 | 175 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.31 |
| HSL | 205.03º | 0.87% | 0.37% | - |
| HSV(B) | 205.03º | 0.93% | 0.69% | - |
| XYZ | 13.15 | 13.69 | 42.51 | - |
| YUV | 86.35 | 178.03 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 107 | 175 | 0.93 | 0.39 | 0 | 0.31 | 205.03 | 0.87 | 0.37 |
| Hex | C | 6B | AF | 5D | 27 | 0 | 1F | CD | 57 | 25 |
| Octal | 14 | 153 | 257 | 135 | 47 | 0 | 37 | 315 | 127 | 45 |
| Binary | 1100 | 1101011 | 10101111 | 1011101 | 100111 | 0 | 11111 | 11001101 | 1010111 | 100101 |
Color Harmonies of #0C6BAF
Complementary color
Monochromatic Colors of #0C6BAF
Black with #0C6BAF
Text Example
Text Example
White with #0C6BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6BAF; }
p { color: rgb(12,107,175); }
H1.HeaderClassName
{
color: #0C6BAF;
}
.AnyTagClassName
{
color: #0C6BAF;
}
</style>
background-color css
<style>
a { background-color: #0C6BAF; }
a { background-color: rgb(12,107,175); }
div.DivClassName
{
background-color: #0C6BAF;
}
.BgClassName
{
background-color: #0C6BAF;
}
</style>
border-color css
<style>
span { border-color: #0C6BAF; }
span { border-color: rgb(12,107,175); }
td.TdClassName
{
border-color: #0C6BAF;
}
.TagClassName
{
border-color: #0C6BAF;
}
</style>