Shades of Denim #0C4ACE
Tints of Denim #0C4ACE
RGB
CMYK
RGB Variations
Color information
#0C4ACE (or 0x0C4ACE) is known color: Denim. HEX triplet: 0C, 4A and CE. RGB value is (12,74,206). Sum of RGB (Red+Green+Blue) = 12+74+206=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C4ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4ACE is #F3B531. Grayscale: #454545. Windows color (decimal): -15971634 or 13519372. OLE color: 13519372.
HSL color Cylindrical-coordinate representation of color #0C4ACE: hue angle of 220.82º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4ACE is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 74 | 206 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.19 |
| HSL | 220.82º | 0.89% | 0.43% | - |
| HSV(B) | 220.82º | 0.94% | 0.81% | - |
| XYZ | 13.74 | 9.43 | 59.49 | - |
| YUV | 70.51 | 204.46 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 74 | 206 | 0.94 | 0.64 | 0 | 0.19 | 220.82 | 0.89 | 0.43 |
| Hex | C | 4A | CE | 5E | 40 | 0 | 13 | DD | 59 | 2B |
| Octal | 14 | 112 | 316 | 136 | 100 | 0 | 23 | 335 | 131 | 53 |
| Binary | 1100 | 1001010 | 11001110 | 1011110 | 1000000 | 0 | 10011 | 11011101 | 1011001 | 101011 |
Color Harmonies of #0C4ACE
Complementary color
Monochromatic Colors of #0C4ACE
Black with #0C4ACE
Text Example
Text Example
White with #0C4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4ACE; }
p { color: rgb(12,74,206); }
H1.HeaderClassName
{
color: #0C4ACE;
}
.AnyTagClassName
{
color: #0C4ACE;
}
</style>
background-color css
<style>
a { background-color: #0C4ACE; }
a { background-color: rgb(12,74,206); }
div.DivClassName
{
background-color: #0C4ACE;
}
.BgClassName
{
background-color: #0C4ACE;
}
</style>
border-color css
<style>
span { border-color: #0C4ACE; }
span { border-color: rgb(12,74,206); }
td.TdClassName
{
border-color: #0C4ACE;
}
.TagClassName
{
border-color: #0C4ACE;
}
</style>