Shades of Denim #0C5DC8
Tints of Denim #0C5DC8
RGB
CMYK
RGB Variations
Color information
#0C5DC8 (or 0x0C5DC8) is known color: Denim. HEX triplet: 0C, 5D and C8. RGB value is (12,93,200). Sum of RGB (Red+Green+Blue) = 12+93+200=305 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.93% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 200 (78.52% from 255 or 65.57% from 305); Max value from RGB is 200 - color contains mainly: blue. Hex color #0C5DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5DC8 is #F3A237. Grayscale: #505050. Windows color (decimal): -15966776 or 13131020. OLE color: 13131020.
HSL color Cylindrical-coordinate representation of color #0C5DC8: hue angle of 214.15º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C5DC8 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 93 | 200 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.22 |
| HSL | 214.15º | 0.89% | 0.42% | - |
| HSV(B) | 214.15º | 0.94% | 0.78% | - |
| XYZ | 14.49 | 12.08 | 56.21 | - |
| YUV | 80.98 | 195.16 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 93 | 200 | 0.94 | 0.54 | 0 | 0.22 | 214.15 | 0.89 | 0.42 |
| Hex | C | 5D | C8 | 5E | 36 | 0 | 16 | D6 | 59 | 2A |
| Octal | 14 | 135 | 310 | 136 | 66 | 0 | 26 | 326 | 131 | 52 |
| Binary | 1100 | 1011101 | 11001000 | 1011110 | 110110 | 0 | 10110 | 11010110 | 1011001 | 101010 |
Color Harmonies of #0C5DC8
Complementary color
Monochromatic Colors of #0C5DC8
Black with #0C5DC8
Text Example
Text Example
White with #0C5DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5DC8; }
p { color: rgb(12,93,200); }
H1.HeaderClassName
{
color: #0C5DC8;
}
.AnyTagClassName
{
color: #0C5DC8;
}
</style>
background-color css
<style>
a { background-color: #0C5DC8; }
a { background-color: rgb(12,93,200); }
div.DivClassName
{
background-color: #0C5DC8;
}
.BgClassName
{
background-color: #0C5DC8;
}
</style>
border-color css
<style>
span { border-color: #0C5DC8; }
span { border-color: rgb(12,93,200); }
td.TdClassName
{
border-color: #0C5DC8;
}
.TagClassName
{
border-color: #0C5DC8;
}
</style>