Shades of Denim #0C5FBB
Tints of Denim #0C5FBB
RGB
CMYK
RGB Variations
Color information
#0C5FBB (or 0x0C5FBB) is known color: Denim. HEX triplet: 0C, 5F and BB. RGB value is (12,95,187). Sum of RGB (Red+Green+Blue) = 12+95+187=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C5FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5FBB is #F3A044. Grayscale: #505050. Windows color (decimal): -15966277 or 12279564. OLE color: 12279564.
HSL color Cylindrical-coordinate representation of color #0C5FBB: hue angle of 211.54º 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 #0C5FBB is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 95 | 187 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.27 |
| HSL | 211.54º | 0.88% | 0.39% | - |
| HSV(B) | 211.54º | 0.94% | 0.73% | - |
| XYZ | 13.21 | 11.85 | 48.6 | - |
| YUV | 80.67 | 188 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 95 | 187 | 0.94 | 0.49 | 0 | 0.27 | 211.54 | 0.88 | 0.39 |
| Hex | C | 5F | BB | 5E | 31 | 0 | 1B | D4 | 58 | 27 |
| Octal | 14 | 137 | 273 | 136 | 61 | 0 | 33 | 324 | 130 | 47 |
| Binary | 1100 | 1011111 | 10111011 | 1011110 | 110001 | 0 | 11011 | 11010100 | 1011000 | 100111 |
Color Harmonies of #0C5FBB
Complementary color
Monochromatic Colors of #0C5FBB
Black with #0C5FBB
Text Example
Text Example
White with #0C5FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5FBB; }
p { color: rgb(12,95,187); }
H1.HeaderClassName
{
color: #0C5FBB;
}
.AnyTagClassName
{
color: #0C5FBB;
}
</style>
background-color css
<style>
a { background-color: #0C5FBB; }
a { background-color: rgb(12,95,187); }
div.DivClassName
{
background-color: #0C5FBB;
}
.BgClassName
{
background-color: #0C5FBB;
}
</style>
border-color css
<style>
span { border-color: #0C5FBB; }
span { border-color: rgb(12,95,187); }
td.TdClassName
{
border-color: #0C5FBB;
}
.TagClassName
{
border-color: #0C5FBB;
}
</style>