Shades of Denim #0C4BCC
Tints of Denim #0C4BCC
RGB
CMYK
RGB Variations
Color information
#0C4BCC (or 0x0C4BCC) is known color: Denim. HEX triplet: 0C, 4B and CC. RGB value is (12,75,204). Sum of RGB (Red+Green+Blue) = 12+75+204=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C4BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4BCC is #F3B433. Grayscale: #464646. Windows color (decimal): -15971380 or 13388556. OLE color: 13388556.
HSL color Cylindrical-coordinate representation of color #0C4BCC: hue angle of 220.31º 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 #0C4BCC is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 75 | 204 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.2 |
| HSL | 220.31º | 0.89% | 0.42% | - |
| HSV(B) | 220.31º | 0.94% | 0.8% | - |
| XYZ | 13.57 | 9.47 | 58.24 | - |
| YUV | 70.87 | 203.13 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 75 | 204 | 0.94 | 0.63 | 0 | 0.2 | 220.31 | 0.89 | 0.42 |
| Hex | C | 4B | CC | 5E | 3F | 0 | 14 | DC | 59 | 2A |
| Octal | 14 | 113 | 314 | 136 | 77 | 0 | 24 | 334 | 131 | 52 |
| Binary | 1100 | 1001011 | 11001100 | 1011110 | 111111 | 0 | 10100 | 11011100 | 1011001 | 101010 |
Color Harmonies of #0C4BCC
Complementary color
Monochromatic Colors of #0C4BCC
Black with #0C4BCC
Text Example
Text Example
White with #0C4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4BCC; }
p { color: rgb(12,75,204); }
H1.HeaderClassName
{
color: #0C4BCC;
}
.AnyTagClassName
{
color: #0C4BCC;
}
</style>
background-color css
<style>
a { background-color: #0C4BCC; }
a { background-color: rgb(12,75,204); }
div.DivClassName
{
background-color: #0C4BCC;
}
.BgClassName
{
background-color: #0C4BCC;
}
</style>
border-color css
<style>
span { border-color: #0C4BCC; }
span { border-color: rgb(12,75,204); }
td.TdClassName
{
border-color: #0C4BCC;
}
.TagClassName
{
border-color: #0C4BCC;
}
</style>