Shades of Denim #0C59BE
Tints of Denim #0C59BE
RGB
CMYK
RGB Variations
Color information
#0C59BE (or 0x0C59BE) is known color: Denim. HEX triplet: 0C, 59 and BE. RGB value is (12,89,190). Sum of RGB (Red+Green+Blue) = 12+89+190=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C59BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C59BE is #F3A641. Grayscale: #4D4D4D. Windows color (decimal): -15967810 or 12474636. OLE color: 12474636.
HSL color Cylindrical-coordinate representation of color #0C59BE: hue angle of 214.04º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C59BE is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 89 | 190 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.25 |
| HSL | 214.04º | 0.88% | 0.4% | - |
| HSV(B) | 214.04º | 0.94% | 0.75% | - |
| XYZ | 13.02 | 10.94 | 50.14 | - |
| YUV | 77.49 | 191.49 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 190 | 0.94 | 0.53 | 0 | 0.25 | 214.04 | 0.88 | 0.4 |
| Hex | C | 59 | BE | 5E | 35 | 0 | 19 | D6 | 58 | 28 |
| Octal | 14 | 131 | 276 | 136 | 65 | 0 | 31 | 326 | 130 | 50 |
| Binary | 1100 | 1011001 | 10111110 | 1011110 | 110101 | 0 | 11001 | 11010110 | 1011000 | 101000 |
Color Harmonies of #0C59BE
Complementary color
Monochromatic Colors of #0C59BE
Black with #0C59BE
Text Example
Text Example
White with #0C59BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C59BE; }
p { color: rgb(12,89,190); }
H1.HeaderClassName
{
color: #0C59BE;
}
.AnyTagClassName
{
color: #0C59BE;
}
</style>
background-color css
<style>
a { background-color: #0C59BE; }
a { background-color: rgb(12,89,190); }
div.DivClassName
{
background-color: #0C59BE;
}
.BgClassName
{
background-color: #0C59BE;
}
</style>
border-color css
<style>
span { border-color: #0C59BE; }
span { border-color: rgb(12,89,190); }
td.TdClassName
{
border-color: #0C59BE;
}
.TagClassName
{
border-color: #0C59BE;
}
</style>