Shades of Denim #0C53BF
Tints of Denim #0C53BF
RGB
CMYK
RGB Variations
Color information
#0C53BF (or 0x0C53BF) is known color: Denim. HEX triplet: 0C, 53 and BF. RGB value is (12,83,191). Sum of RGB (Red+Green+Blue) = 12+83+191=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C53BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C53BF is #F3AC40. Grayscale: #494949. Windows color (decimal): -15969345 or 12538636. OLE color: 12538636.
HSL color Cylindrical-coordinate representation of color #0C53BF: hue angle of 216.2º 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 #0C53BF is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 83 | 191 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.25 |
| HSL | 216.2º | 0.88% | 0.4% | - |
| HSV(B) | 216.2º | 0.94% | 0.75% | - |
| XYZ | 12.65 | 10.03 | 50.56 | - |
| YUV | 74.08 | 193.98 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 83 | 191 | 0.94 | 0.57 | 0 | 0.25 | 216.2 | 0.88 | 0.4 |
| Hex | C | 53 | BF | 5E | 39 | 0 | 19 | D8 | 58 | 28 |
| Octal | 14 | 123 | 277 | 136 | 71 | 0 | 31 | 330 | 130 | 50 |
| Binary | 1100 | 1010011 | 10111111 | 1011110 | 111001 | 0 | 11001 | 11011000 | 1011000 | 101000 |
Color Harmonies of #0C53BF
Complementary color
Monochromatic Colors of #0C53BF
Black with #0C53BF
Text Example
Text Example
White with #0C53BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C53BF; }
p { color: rgb(12,83,191); }
H1.HeaderClassName
{
color: #0C53BF;
}
.AnyTagClassName
{
color: #0C53BF;
}
</style>
background-color css
<style>
a { background-color: #0C53BF; }
a { background-color: rgb(12,83,191); }
div.DivClassName
{
background-color: #0C53BF;
}
.BgClassName
{
background-color: #0C53BF;
}
</style>
border-color css
<style>
span { border-color: #0C53BF; }
span { border-color: rgb(12,83,191); }
td.TdClassName
{
border-color: #0C53BF;
}
.TagClassName
{
border-color: #0C53BF;
}
</style>