Shades of Denim #0C4DCB
Tints of Denim #0C4DCB
RGB
CMYK
RGB Variations
Color information
#0C4DCB (or 0x0C4DCB) is known color: Denim. HEX triplet: 0C, 4D and CB. RGB value is (12,77,203). Sum of RGB (Red+Green+Blue) = 12+77+203=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C4DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4DCB is #F3B234. Grayscale: #474747. Windows color (decimal): -15970869 or 13323532. OLE color: 13323532.
HSL color Cylindrical-coordinate representation of color #0C4DCB: hue angle of 219.58º 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 #0C4DCB is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 77 | 203 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.20 |
| HSL | 219.58º | 0.89% | 0.42% | - |
| HSV(B) | 219.58º | 0.94% | 0.8% | - |
| XYZ | 13.58 | 9.7 | 57.66 | - |
| YUV | 71.93 | 201.97 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 77 | 203 | 0.94 | 0.62 | 0 | 0.20 | 219.58 | 0.89 | 0.42 |
| Hex | C | 4D | CB | 5E | 3E | 0 | 14 | DC | 59 | 2A |
| Octal | 14 | 115 | 313 | 136 | 76 | 0 | 24 | 334 | 131 | 52 |
| Binary | 1100 | 1001101 | 11001011 | 1011110 | 111110 | 0 | 10100 | 11011100 | 1011001 | 101010 |
Color Harmonies of #0C4DCB
Complementary color
Monochromatic Colors of #0C4DCB
Black with #0C4DCB
Text Example
Text Example
White with #0C4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4DCB; }
p { color: rgb(12,77,203); }
H1.HeaderClassName
{
color: #0C4DCB;
}
.AnyTagClassName
{
color: #0C4DCB;
}
</style>
background-color css
<style>
a { background-color: #0C4DCB; }
a { background-color: rgb(12,77,203); }
div.DivClassName
{
background-color: #0C4DCB;
}
.BgClassName
{
background-color: #0C4DCB;
}
</style>
border-color css
<style>
span { border-color: #0C4DCB; }
span { border-color: rgb(12,77,203); }
td.TdClassName
{
border-color: #0C4DCB;
}
.TagClassName
{
border-color: #0C4DCB;
}
</style>