Shades of Denim #0C51CD
Tints of Denim #0C51CD
RGB
CMYK
RGB Variations
Color information
#0C51CD (or 0x0C51CD) is known color: Denim. HEX triplet: 0C, 51 and CD. RGB value is (12,81,205). Sum of RGB (Red+Green+Blue) = 12+81+205=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C51CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C51CD is #F3AE32. Grayscale: #494949. Windows color (decimal): -15969843 or 13455628. OLE color: 13455628.
HSL color Cylindrical-coordinate representation of color #0C51CD: hue angle of 218.55º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C51CD is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 81 | 205 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.20 |
| HSL | 218.55º | 0.89% | 0.43% | - |
| HSV(B) | 218.55º | 0.94% | 0.8% | - |
| XYZ | 14.11 | 10.37 | 59.02 | - |
| YUV | 74.51 | 201.64 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 81 | 205 | 0.94 | 0.60 | 0 | 0.20 | 218.55 | 0.89 | 0.43 |
| Hex | C | 51 | CD | 5E | 3C | 0 | 14 | DB | 59 | 2B |
| Octal | 14 | 121 | 315 | 136 | 74 | 0 | 24 | 333 | 131 | 53 |
| Binary | 1100 | 1010001 | 11001101 | 1011110 | 111100 | 0 | 10100 | 11011011 | 1011001 | 101011 |
Color Harmonies of #0C51CD
Complementary color
Monochromatic Colors of #0C51CD
Black with #0C51CD
Text Example
Text Example
White with #0C51CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C51CD; }
p { color: rgb(12,81,205); }
H1.HeaderClassName
{
color: #0C51CD;
}
.AnyTagClassName
{
color: #0C51CD;
}
</style>
background-color css
<style>
a { background-color: #0C51CD; }
a { background-color: rgb(12,81,205); }
div.DivClassName
{
background-color: #0C51CD;
}
.BgClassName
{
background-color: #0C51CD;
}
</style>
border-color css
<style>
span { border-color: #0C51CD; }
span { border-color: rgb(12,81,205); }
td.TdClassName
{
border-color: #0C51CD;
}
.TagClassName
{
border-color: #0C51CD;
}
</style>