Shades of Denim #0B5BBC
Tints of Denim #0B5BBC
RGB
CMYK
RGB Variations
Color information
#0B5BBC (or 0x0B5BBC) is known color: Denim. HEX triplet: 0B, 5B and BC. RGB value is (11,91,188). Sum of RGB (Red+Green+Blue) = 11+91+188=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B5BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5BBC is #F4A443. Grayscale: #4D4D4D. Windows color (decimal): -16032836 or 12344075. OLE color: 12344075.
HSL color Cylindrical-coordinate representation of color #0B5BBC: hue angle of 212.88º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B5BBC is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 91 | 188 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.26 |
| HSL | 212.88º | 0.89% | 0.39% | - |
| HSV(B) | 212.88º | 0.94% | 0.74% | - |
| XYZ | 12.96 | 11.18 | 49.05 | - |
| YUV | 78.14 | 190 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 91 | 188 | 0.94 | 0.52 | 0 | 0.26 | 212.88 | 0.89 | 0.39 |
| Hex | B | 5B | BC | 5E | 34 | 0 | 1A | D5 | 59 | 27 |
| Octal | 13 | 133 | 274 | 136 | 64 | 0 | 32 | 325 | 131 | 47 |
| Binary | 1011 | 1011011 | 10111100 | 1011110 | 110100 | 0 | 11010 | 11010101 | 1011001 | 100111 |
Color Harmonies of #0B5BBC
Complementary color
Monochromatic Colors of #0B5BBC
Black with #0B5BBC
Text Example
Text Example
White with #0B5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5BBC; }
p { color: rgb(11,91,188); }
H1.HeaderClassName
{
color: #0B5BBC;
}
.AnyTagClassName
{
color: #0B5BBC;
}
</style>
background-color css
<style>
a { background-color: #0B5BBC; }
a { background-color: rgb(11,91,188); }
div.DivClassName
{
background-color: #0B5BBC;
}
.BgClassName
{
background-color: #0B5BBC;
}
</style>
border-color css
<style>
span { border-color: #0B5BBC; }
span { border-color: rgb(11,91,188); }
td.TdClassName
{
border-color: #0B5BBC;
}
.TagClassName
{
border-color: #0B5BBC;
}
</style>