Shades of Denim #0C57CA
Tints of Denim #0C57CA
RGB
CMYK
RGB Variations
Color information
#0C57CA (or 0x0C57CA) is known color: Denim. HEX triplet: 0C, 57 and CA. RGB value is (12,87,202). Sum of RGB (Red+Green+Blue) = 12+87+202=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C57CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C57CA is #F3A835. Grayscale: #4D4D4D. Windows color (decimal): -15968310 or 13260556. OLE color: 13260556.
HSL color Cylindrical-coordinate representation of color #0C57CA: hue angle of 216.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C57CA is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 87 | 202 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.21 |
| HSL | 216.32º | 0.89% | 0.42% | - |
| HSV(B) | 216.32º | 0.94% | 0.79% | - |
| XYZ | 14.22 | 11.16 | 57.28 | - |
| YUV | 77.69 | 198.15 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 87 | 202 | 0.94 | 0.57 | 0 | 0.21 | 216.32 | 0.89 | 0.42 |
| Hex | C | 57 | CA | 5E | 39 | 0 | 15 | D8 | 59 | 2A |
| Octal | 14 | 127 | 312 | 136 | 71 | 0 | 25 | 330 | 131 | 52 |
| Binary | 1100 | 1010111 | 11001010 | 1011110 | 111001 | 0 | 10101 | 11011000 | 1011001 | 101010 |
Color Harmonies of #0C57CA
Complementary color
Monochromatic Colors of #0C57CA
Black with #0C57CA
Text Example
Text Example
White with #0C57CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C57CA; }
p { color: rgb(12,87,202); }
H1.HeaderClassName
{
color: #0C57CA;
}
.AnyTagClassName
{
color: #0C57CA;
}
</style>
background-color css
<style>
a { background-color: #0C57CA; }
a { background-color: rgb(12,87,202); }
div.DivClassName
{
background-color: #0C57CA;
}
.BgClassName
{
background-color: #0C57CA;
}
</style>
border-color css
<style>
span { border-color: #0C57CA; }
span { border-color: rgb(12,87,202); }
td.TdClassName
{
border-color: #0C57CA;
}
.TagClassName
{
border-color: #0C57CA;
}
</style>