Shades of Denim #0B5CB9
Tints of Denim #0B5CB9
RGB
CMYK
RGB Variations
Color information
#0B5CB9 (or 0x0B5CB9) is known color: Denim. HEX triplet: 0B, 5C and B9. RGB value is (11,92,185). Sum of RGB (Red+Green+Blue) = 11+92+185=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 185 (72.66% from 255 or 64.24% from 288); Max value from RGB is 185 - color contains mainly: blue. Hex color #0B5CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5CB9 is #F4A346. Grayscale: #4D4D4D. Windows color (decimal): -16032583 or 12147723. OLE color: 12147723.
HSL color Cylindrical-coordinate representation of color #0B5CB9: hue angle of 212.07º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B5CB9 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 92 | 185 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.27 |
| HSL | 212.07º | 0.89% | 0.38% | - |
| HSV(B) | 212.07º | 0.94% | 0.73% | - |
| XYZ | 12.72 | 11.23 | 47.4 | - |
| YUV | 78.38 | 188.16 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 92 | 185 | 0.94 | 0.50 | 0 | 0.27 | 212.07 | 0.89 | 0.38 |
| Hex | B | 5C | B9 | 5E | 32 | 0 | 1B | D4 | 59 | 26 |
| Octal | 13 | 134 | 271 | 136 | 62 | 0 | 33 | 324 | 131 | 46 |
| Binary | 1011 | 1011100 | 10111001 | 1011110 | 110010 | 0 | 11011 | 11010100 | 1011001 | 100110 |
Color Harmonies of #0B5CB9
Complementary color
Monochromatic Colors of #0B5CB9
Black with #0B5CB9
Text Example
Text Example
White with #0B5CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5CB9; }
p { color: rgb(11,92,185); }
H1.HeaderClassName
{
color: #0B5CB9;
}
.AnyTagClassName
{
color: #0B5CB9;
}
</style>
background-color css
<style>
a { background-color: #0B5CB9; }
a { background-color: rgb(11,92,185); }
div.DivClassName
{
background-color: #0B5CB9;
}
.BgClassName
{
background-color: #0B5CB9;
}
</style>
border-color css
<style>
span { border-color: #0B5CB9; }
span { border-color: rgb(11,92,185); }
td.TdClassName
{
border-color: #0B5CB9;
}
.TagClassName
{
border-color: #0B5CB9;
}
</style>