Shades of Denim #0C4BCB
Tints of Denim #0C4BCB
RGB
CMYK
RGB Variations
Color information
#0C4BCB (or 0x0C4BCB) is known color: Denim. HEX triplet: 0C, 4B and CB. RGB value is (12,75,203). Sum of RGB (Red+Green+Blue) = 12+75+203=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C4BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4BCB is #F3B434. Grayscale: #464646. Windows color (decimal): -15971381 or 13323020. OLE color: 13323020.
HSL color Cylindrical-coordinate representation of color #0C4BCB: hue angle of 220.21º 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 #0C4BCB is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 75 | 203 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.20 |
| HSL | 220.21º | 0.89% | 0.42% | - |
| HSV(B) | 220.21º | 0.94% | 0.8% | - |
| XYZ | 13.45 | 9.42 | 57.61 | - |
| YUV | 70.76 | 202.63 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 75 | 203 | 0.94 | 0.63 | 0 | 0.20 | 220.21 | 0.89 | 0.42 |
| Hex | C | 4B | CB | 5E | 3F | 0 | 14 | DC | 59 | 2A |
| Octal | 14 | 113 | 313 | 136 | 77 | 0 | 24 | 334 | 131 | 52 |
| Binary | 1100 | 1001011 | 11001011 | 1011110 | 111111 | 0 | 10100 | 11011100 | 1011001 | 101010 |
Color Harmonies of #0C4BCB
Complementary color
Monochromatic Colors of #0C4BCB
Black with #0C4BCB
Text Example
Text Example
White with #0C4BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4BCB; }
p { color: rgb(12,75,203); }
H1.HeaderClassName
{
color: #0C4BCB;
}
.AnyTagClassName
{
color: #0C4BCB;
}
</style>
background-color css
<style>
a { background-color: #0C4BCB; }
a { background-color: rgb(12,75,203); }
div.DivClassName
{
background-color: #0C4BCB;
}
.BgClassName
{
background-color: #0C4BCB;
}
</style>
border-color css
<style>
span { border-color: #0C4BCB; }
span { border-color: rgb(12,75,203); }
td.TdClassName
{
border-color: #0C4BCB;
}
.TagClassName
{
border-color: #0C4BCB;
}
</style>