Shades of Denim #0C4DCD
Tints of Denim #0C4DCD
RGB
CMYK
RGB Variations
Color information
#0C4DCD (or 0x0C4DCD) is known color: Denim. HEX triplet: 0C, 4D and CD. RGB value is (12,77,205). Sum of RGB (Red+Green+Blue) = 12+77+205=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C4DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4DCD is #F3B232. Grayscale: #474747. Windows color (decimal): -15970867 or 13454604. OLE color: 13454604.
HSL color Cylindrical-coordinate representation of color #0C4DCD: hue angle of 219.79º 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 #0C4DCD is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 77 | 205 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.20 |
| HSL | 219.79º | 0.89% | 0.43% | - |
| HSV(B) | 219.79º | 0.94% | 0.8% | - |
| XYZ | 13.82 | 9.79 | 58.92 | - |
| YUV | 72.16 | 202.97 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 77 | 205 | 0.94 | 0.62 | 0 | 0.20 | 219.79 | 0.89 | 0.43 |
| Hex | C | 4D | CD | 5E | 3E | 0 | 14 | DC | 59 | 2B |
| Octal | 14 | 115 | 315 | 136 | 76 | 0 | 24 | 334 | 131 | 53 |
| Binary | 1100 | 1001101 | 11001101 | 1011110 | 111110 | 0 | 10100 | 11011100 | 1011001 | 101011 |
Color Harmonies of #0C4DCD
Complementary color
Monochromatic Colors of #0C4DCD
Black with #0C4DCD
Text Example
Text Example
White with #0C4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4DCD; }
p { color: rgb(12,77,205); }
H1.HeaderClassName
{
color: #0C4DCD;
}
.AnyTagClassName
{
color: #0C4DCD;
}
</style>
background-color css
<style>
a { background-color: #0C4DCD; }
a { background-color: rgb(12,77,205); }
div.DivClassName
{
background-color: #0C4DCD;
}
.BgClassName
{
background-color: #0C4DCD;
}
</style>
border-color css
<style>
span { border-color: #0C4DCD; }
span { border-color: rgb(12,77,205); }
td.TdClassName
{
border-color: #0C4DCD;
}
.TagClassName
{
border-color: #0C4DCD;
}
</style>