Shades of Denim #0C59AA
Tints of Denim #0C59AA
RGB
CMYK
RGB Variations
Color information
#0C59AA (or 0x0C59AA) is known color: Denim. HEX triplet: 0C, 59 and AA. RGB value is (12,89,170). Sum of RGB (Red+Green+Blue) = 12+89+170=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C59AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C59AA is #F3A655. Grayscale: #4A4A4A. Windows color (decimal): -15967830 or 11163916. OLE color: 11163916.
HSL color Cylindrical-coordinate representation of color #0C59AA: hue angle of 210.76º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C59AA is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 89 | 170 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.33 |
| HSL | 210.76º | 0.87% | 0.36% | - |
| HSV(B) | 210.76º | 0.93% | 0.67% | - |
| XYZ | 10.98 | 10.13 | 39.41 | - |
| YUV | 75.21 | 181.49 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 170 | 0.93 | 0.48 | 0 | 0.33 | 210.76 | 0.87 | 0.36 |
| Hex | C | 59 | AA | 5D | 30 | 0 | 21 | D3 | 57 | 24 |
| Octal | 14 | 131 | 252 | 135 | 60 | 0 | 41 | 323 | 127 | 44 |
| Binary | 1100 | 1011001 | 10101010 | 1011101 | 110000 | 0 | 100001 | 11010011 | 1010111 | 100100 |
Color Harmonies of #0C59AA
Complementary color
Monochromatic Colors of #0C59AA
Black with #0C59AA
Text Example
Text Example
White with #0C59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C59AA; }
p { color: rgb(12,89,170); }
H1.HeaderClassName
{
color: #0C59AA;
}
.AnyTagClassName
{
color: #0C59AA;
}
</style>
background-color css
<style>
a { background-color: #0C59AA; }
a { background-color: rgb(12,89,170); }
div.DivClassName
{
background-color: #0C59AA;
}
.BgClassName
{
background-color: #0C59AA;
}
</style>
border-color css
<style>
span { border-color: #0C59AA; }
span { border-color: rgb(12,89,170); }
td.TdClassName
{
border-color: #0C59AA;
}
.TagClassName
{
border-color: #0C59AA;
}
</style>