Shades of Denim #0C6AAE
Tints of Denim #0C6AAE
RGB
CMYK
RGB Variations
Color information
#0C6AAE (or 0x0C6AAE) is known color: Denim. HEX triplet: 0C, 6A and AE. RGB value is (12,106,174). Sum of RGB (Red+Green+Blue) = 12+106+174=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C6AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6AAE is #F39551. Grayscale: #555555. Windows color (decimal): -15963474 or 11430412. OLE color: 11430412.
HSL color Cylindrical-coordinate representation of color #0C6AAE: hue angle of 205.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C6AAE is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 106 | 174 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.32 |
| HSL | 205.19º | 0.87% | 0.36% | - |
| HSV(B) | 205.19º | 0.93% | 0.68% | - |
| XYZ | 12.95 | 13.44 | 41.96 | - |
| YUV | 85.65 | 177.86 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 106 | 174 | 0.93 | 0.39 | 0 | 0.32 | 205.19 | 0.87 | 0.36 |
| Hex | C | 6A | AE | 5D | 27 | 0 | 20 | CD | 57 | 24 |
| Octal | 14 | 152 | 256 | 135 | 47 | 0 | 40 | 315 | 127 | 44 |
| Binary | 1100 | 1101010 | 10101110 | 1011101 | 100111 | 0 | 100000 | 11001101 | 1010111 | 100100 |
Color Harmonies of #0C6AAE
Complementary color
Monochromatic Colors of #0C6AAE
Black with #0C6AAE
Text Example
Text Example
White with #0C6AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6AAE; }
p { color: rgb(12,106,174); }
H1.HeaderClassName
{
color: #0C6AAE;
}
.AnyTagClassName
{
color: #0C6AAE;
}
</style>
background-color css
<style>
a { background-color: #0C6AAE; }
a { background-color: rgb(12,106,174); }
div.DivClassName
{
background-color: #0C6AAE;
}
.BgClassName
{
background-color: #0C6AAE;
}
</style>
border-color css
<style>
span { border-color: #0C6AAE; }
span { border-color: rgb(12,106,174); }
td.TdClassName
{
border-color: #0C6AAE;
}
.TagClassName
{
border-color: #0C6AAE;
}
</style>