Shades of Denim #0C59BA
Tints of Denim #0C59BA
RGB
CMYK
RGB Variations
Color information
#0C59BA (or 0x0C59BA) is known color: Denim. HEX triplet: 0C, 59 and BA. RGB value is (12,89,186). Sum of RGB (Red+Green+Blue) = 12+89+186=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C59BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C59BA is #F3A645. Grayscale: #4C4C4C. Windows color (decimal): -15967814 or 12212492. OLE color: 12212492.
HSL color Cylindrical-coordinate representation of color #0C59BA: hue angle of 213.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C59BA is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 89 | 186 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.27 |
| HSL | 213.45º | 0.88% | 0.39% | - |
| HSV(B) | 213.45º | 0.94% | 0.73% | - |
| XYZ | 12.59 | 10.77 | 47.87 | - |
| YUV | 77.04 | 189.49 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 186 | 0.94 | 0.52 | 0 | 0.27 | 213.45 | 0.88 | 0.39 |
| Hex | C | 59 | BA | 5E | 34 | 0 | 1B | D5 | 58 | 27 |
| Octal | 14 | 131 | 272 | 136 | 64 | 0 | 33 | 325 | 130 | 47 |
| Binary | 1100 | 1011001 | 10111010 | 1011110 | 110100 | 0 | 11011 | 11010101 | 1011000 | 100111 |
Color Harmonies of #0C59BA
Complementary color
Monochromatic Colors of #0C59BA
Black with #0C59BA
Text Example
Text Example
White with #0C59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C59BA; }
p { color: rgb(12,89,186); }
H1.HeaderClassName
{
color: #0C59BA;
}
.AnyTagClassName
{
color: #0C59BA;
}
</style>
background-color css
<style>
a { background-color: #0C59BA; }
a { background-color: rgb(12,89,186); }
div.DivClassName
{
background-color: #0C59BA;
}
.BgClassName
{
background-color: #0C59BA;
}
</style>
border-color css
<style>
span { border-color: #0C59BA; }
span { border-color: rgb(12,89,186); }
td.TdClassName
{
border-color: #0C59BA;
}
.TagClassName
{
border-color: #0C59BA;
}
</style>