Shades of Denim #0C55B9
Tints of Denim #0C55B9
RGB
CMYK
RGB Variations
Color information
#0C55B9 (or 0x0C55B9) is known color: Denim. HEX triplet: 0C, 55 and B9. RGB value is (12,85,185). Sum of RGB (Red+Green+Blue) = 12+85+185=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 185 (72.66% from 255 or 65.60% from 282); Max value from RGB is 185 - color contains mainly: blue. Hex color #0C55B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C55B9 is #F3AA46. Grayscale: #4A4A4A. Windows color (decimal): -15968839 or 12145932. OLE color: 12145932.
HSL color Cylindrical-coordinate representation of color #0C55B9: hue angle of 214.68º 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 #0C55B9 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 85 | 185 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.27 |
| HSL | 214.68º | 0.88% | 0.39% | - |
| HSV(B) | 214.68º | 0.94% | 0.73% | - |
| XYZ | 12.16 | 10.08 | 47.2 | - |
| YUV | 74.57 | 190.32 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 85 | 185 | 0.94 | 0.54 | 0 | 0.27 | 214.68 | 0.88 | 0.39 |
| Hex | C | 55 | B9 | 5E | 36 | 0 | 1B | D7 | 58 | 27 |
| Octal | 14 | 125 | 271 | 136 | 66 | 0 | 33 | 327 | 130 | 47 |
| Binary | 1100 | 1010101 | 10111001 | 1011110 | 110110 | 0 | 11011 | 11010111 | 1011000 | 100111 |
Color Harmonies of #0C55B9
Complementary color
Monochromatic Colors of #0C55B9
Black with #0C55B9
Text Example
Text Example
White with #0C55B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C55B9; }
p { color: rgb(12,85,185); }
H1.HeaderClassName
{
color: #0C55B9;
}
.AnyTagClassName
{
color: #0C55B9;
}
</style>
background-color css
<style>
a { background-color: #0C55B9; }
a { background-color: rgb(12,85,185); }
div.DivClassName
{
background-color: #0C55B9;
}
.BgClassName
{
background-color: #0C55B9;
}
</style>
border-color css
<style>
span { border-color: #0C55B9; }
span { border-color: rgb(12,85,185); }
td.TdClassName
{
border-color: #0C55B9;
}
.TagClassName
{
border-color: #0C55B9;
}
</style>