Shades of Denim #0C59C1
Tints of Denim #0C59C1
RGB
CMYK
RGB Variations
Color information
#0C59C1 (or 0x0C59C1) is known color: Denim. HEX triplet: 0C, 59 and C1. RGB value is (12,89,193). Sum of RGB (Red+Green+Blue) = 12+89+193=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 193 (75.78% from 255 or 65.65% from 294); Max value from RGB is 193 - color contains mainly: blue. Hex color #0C59C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C59C1 is #F3A63E. Grayscale: #4D4D4D. Windows color (decimal): -15967807 or 12671244. OLE color: 12671244.
HSL color Cylindrical-coordinate representation of color #0C59C1: hue angle of 214.48º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C59C1 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 89 | 193 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.24 |
| HSL | 214.48º | 0.88% | 0.4% | - |
| HSV(B) | 214.48º | 0.94% | 0.76% | - |
| XYZ | 13.35 | 11.07 | 51.89 | - |
| YUV | 77.83 | 192.99 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 193 | 0.94 | 0.54 | 0 | 0.24 | 214.48 | 0.88 | 0.4 |
| Hex | C | 59 | C1 | 5E | 36 | 0 | 18 | D6 | 58 | 28 |
| Octal | 14 | 131 | 301 | 136 | 66 | 0 | 30 | 326 | 130 | 50 |
| Binary | 1100 | 1011001 | 11000001 | 1011110 | 110110 | 0 | 11000 | 11010110 | 1011000 | 101000 |
Color Harmonies of #0C59C1
Complementary color
Monochromatic Colors of #0C59C1
Black with #0C59C1
Text Example
Text Example
White with #0C59C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C59C1; }
p { color: rgb(12,89,193); }
H1.HeaderClassName
{
color: #0C59C1;
}
.AnyTagClassName
{
color: #0C59C1;
}
</style>
background-color css
<style>
a { background-color: #0C59C1; }
a { background-color: rgb(12,89,193); }
div.DivClassName
{
background-color: #0C59C1;
}
.BgClassName
{
background-color: #0C59C1;
}
</style>
border-color css
<style>
span { border-color: #0C59C1; }
span { border-color: rgb(12,89,193); }
td.TdClassName
{
border-color: #0C59C1;
}
.TagClassName
{
border-color: #0C59C1;
}
</style>