Shades of Denim #0C4CCC
Tints of Denim #0C4CCC
RGB
CMYK
RGB Variations
Color information
#0C4CCC (or 0x0C4CCC) is known color: Denim. HEX triplet: 0C, 4C and CC. RGB value is (12,76,204). Sum of RGB (Red+Green+Blue) = 12+76+204=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C4CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4CCC is #F3B333. Grayscale: #464646. Windows color (decimal): -15971124 or 13388812. OLE color: 13388812.
HSL color Cylindrical-coordinate representation of color #0C4CCC: hue angle of 220º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4CCC is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 76 | 204 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.2 |
| HSL | 220º | 0.89% | 0.42% | - |
| HSV(B) | 220º | 0.94% | 0.8% | - |
| XYZ | 13.64 | 9.61 | 58.26 | - |
| YUV | 71.46 | 202.8 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 204 | 0.94 | 0.63 | 0 | 0.2 | 220 | 0.89 | 0.42 |
| Hex | C | 4C | CC | 5E | 3F | 0 | 14 | DC | 59 | 2A |
| Octal | 14 | 114 | 314 | 136 | 77 | 0 | 24 | 334 | 131 | 52 |
| Binary | 1100 | 1001100 | 11001100 | 1011110 | 111111 | 0 | 10100 | 11011100 | 1011001 | 101010 |
Color Harmonies of #0C4CCC
Complementary color
Monochromatic Colors of #0C4CCC
Black with #0C4CCC
Text Example
Text Example
White with #0C4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4CCC; }
p { color: rgb(12,76,204); }
H1.HeaderClassName
{
color: #0C4CCC;
}
.AnyTagClassName
{
color: #0C4CCC;
}
</style>
background-color css
<style>
a { background-color: #0C4CCC; }
a { background-color: rgb(12,76,204); }
div.DivClassName
{
background-color: #0C4CCC;
}
.BgClassName
{
background-color: #0C4CCC;
}
</style>
border-color css
<style>
span { border-color: #0C4CCC; }
span { border-color: rgb(12,76,204); }
td.TdClassName
{
border-color: #0C4CCC;
}
.TagClassName
{
border-color: #0C4CCC;
}
</style>