Shades of Denim #0C5EBE
Tints of Denim #0C5EBE
RGB
CMYK
RGB Variations
Color information
#0C5EBE (or 0x0C5EBE) is known color: Denim. HEX triplet: 0C, 5E and BE. RGB value is (12,94,190). Sum of RGB (Red+Green+Blue) = 12+94+190=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C5EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5EBE is #F3A141. Grayscale: #4F4F4F. Windows color (decimal): -15966530 or 12475916. OLE color: 12475916.
HSL color Cylindrical-coordinate representation of color #0C5EBE: hue angle of 212.36º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C5EBE is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 94 | 190 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.25 |
| HSL | 212.36º | 0.88% | 0.4% | - |
| HSV(B) | 212.36º | 0.94% | 0.75% | - |
| XYZ | 13.45 | 11.8 | 50.28 | - |
| YUV | 80.43 | 189.83 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 94 | 190 | 0.94 | 0.51 | 0 | 0.25 | 212.36 | 0.88 | 0.4 |
| Hex | C | 5E | BE | 5E | 33 | 0 | 19 | D4 | 58 | 28 |
| Octal | 14 | 136 | 276 | 136 | 63 | 0 | 31 | 324 | 130 | 50 |
| Binary | 1100 | 1011110 | 10111110 | 1011110 | 110011 | 0 | 11001 | 11010100 | 1011000 | 101000 |
Color Harmonies of #0C5EBE
Complementary color
Monochromatic Colors of #0C5EBE
Black with #0C5EBE
Text Example
Text Example
White with #0C5EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5EBE; }
p { color: rgb(12,94,190); }
H1.HeaderClassName
{
color: #0C5EBE;
}
.AnyTagClassName
{
color: #0C5EBE;
}
</style>
background-color css
<style>
a { background-color: #0C5EBE; }
a { background-color: rgb(12,94,190); }
div.DivClassName
{
background-color: #0C5EBE;
}
.BgClassName
{
background-color: #0C5EBE;
}
</style>
border-color css
<style>
span { border-color: #0C5EBE; }
span { border-color: rgb(12,94,190); }
td.TdClassName
{
border-color: #0C5EBE;
}
.TagClassName
{
border-color: #0C5EBE;
}
</style>