Shades of Denim #0C4ECB
Tints of Denim #0C4ECB
RGB
CMYK
RGB Variations
Color information
#0C4ECB (or 0x0C4ECB) is known color: Denim. HEX triplet: 0C, 4E and CB. RGB value is (12,78,203). Sum of RGB (Red+Green+Blue) = 12+78+203=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C4ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4ECB is #F3B134. Grayscale: #474747. Windows color (decimal): -15970613 or 13323788. OLE color: 13323788.
HSL color Cylindrical-coordinate representation of color #0C4ECB: hue angle of 219.27º 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 #0C4ECB is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 78 | 203 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.20 |
| HSL | 219.27º | 0.89% | 0.42% | - |
| HSV(B) | 219.27º | 0.94% | 0.8% | - |
| XYZ | 13.66 | 9.84 | 57.68 | - |
| YUV | 72.52 | 201.63 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 78 | 203 | 0.94 | 0.62 | 0 | 0.20 | 219.27 | 0.89 | 0.42 |
| Hex | C | 4E | CB | 5E | 3E | 0 | 14 | DB | 59 | 2A |
| Octal | 14 | 116 | 313 | 136 | 76 | 0 | 24 | 333 | 131 | 52 |
| Binary | 1100 | 1001110 | 11001011 | 1011110 | 111110 | 0 | 10100 | 11011011 | 1011001 | 101010 |
Color Harmonies of #0C4ECB
Complementary color
Monochromatic Colors of #0C4ECB
Black with #0C4ECB
Text Example
Text Example
White with #0C4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4ECB; }
p { color: rgb(12,78,203); }
H1.HeaderClassName
{
color: #0C4ECB;
}
.AnyTagClassName
{
color: #0C4ECB;
}
</style>
background-color css
<style>
a { background-color: #0C4ECB; }
a { background-color: rgb(12,78,203); }
div.DivClassName
{
background-color: #0C4ECB;
}
.BgClassName
{
background-color: #0C4ECB;
}
</style>
border-color css
<style>
span { border-color: #0C4ECB; }
span { border-color: rgb(12,78,203); }
td.TdClassName
{
border-color: #0C4ECB;
}
.TagClassName
{
border-color: #0C4ECB;
}
</style>