Shades of Denim #0C5ABA
Tints of Denim #0C5ABA
RGB
CMYK
RGB Variations
Color information
#0C5ABA (or 0x0C5ABA) is known color: Denim. HEX triplet: 0C, 5A and BA. RGB value is (12,90,186). Sum of RGB (Red+Green+Blue) = 12+90+186=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C5ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5ABA is #F3A545. Grayscale: #4D4D4D. Windows color (decimal): -15967558 or 12212748. OLE color: 12212748.
HSL color Cylindrical-coordinate representation of color #0C5ABA: hue angle of 213.1º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C5ABA is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 90 | 186 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.27 |
| HSL | 213.1º | 0.88% | 0.39% | - |
| HSV(B) | 213.1º | 0.94% | 0.73% | - |
| XYZ | 12.67 | 10.94 | 47.9 | - |
| YUV | 77.62 | 189.16 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 90 | 186 | 0.94 | 0.52 | 0 | 0.27 | 213.1 | 0.88 | 0.39 |
| Hex | C | 5A | BA | 5E | 34 | 0 | 1B | D5 | 58 | 27 |
| Octal | 14 | 132 | 272 | 136 | 64 | 0 | 33 | 325 | 130 | 47 |
| Binary | 1100 | 1011010 | 10111010 | 1011110 | 110100 | 0 | 11011 | 11010101 | 1011000 | 100111 |
Color Harmonies of #0C5ABA
Complementary color
Monochromatic Colors of #0C5ABA
Black with #0C5ABA
Text Example
Text Example
White with #0C5ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5ABA; }
p { color: rgb(12,90,186); }
H1.HeaderClassName
{
color: #0C5ABA;
}
.AnyTagClassName
{
color: #0C5ABA;
}
</style>
background-color css
<style>
a { background-color: #0C5ABA; }
a { background-color: rgb(12,90,186); }
div.DivClassName
{
background-color: #0C5ABA;
}
.BgClassName
{
background-color: #0C5ABA;
}
</style>
border-color css
<style>
span { border-color: #0C5ABA; }
span { border-color: rgb(12,90,186); }
td.TdClassName
{
border-color: #0C5ABA;
}
.TagClassName
{
border-color: #0C5ABA;
}
</style>