Shades of Denim #0B5EBC
Tints of Denim #0B5EBC
RGB
CMYK
RGB Variations
Color information
#0B5EBC (or 0x0B5EBC) is known color: Denim. HEX triplet: 0B, 5E and BC. RGB value is (11,94,188). Sum of RGB (Red+Green+Blue) = 11+94+188=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B5EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5EBC is #F4A143. Grayscale: #4F4F4F. Windows color (decimal): -16032068 or 12344843. OLE color: 12344843.
HSL color Cylindrical-coordinate representation of color #0B5EBC: hue angle of 211.86º 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 #0B5EBC is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 94 | 188 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.26 |
| HSL | 211.86º | 0.89% | 0.39% | - |
| HSV(B) | 211.86º | 0.94% | 0.74% | - |
| XYZ | 13.22 | 11.71 | 49.14 | - |
| YUV | 79.9 | 189 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 188 | 0.94 | 0.50 | 0 | 0.26 | 211.86 | 0.89 | 0.39 |
| Hex | B | 5E | BC | 5E | 32 | 0 | 1A | D4 | 59 | 27 |
| Octal | 13 | 136 | 274 | 136 | 62 | 0 | 32 | 324 | 131 | 47 |
| Binary | 1011 | 1011110 | 10111100 | 1011110 | 110010 | 0 | 11010 | 11010100 | 1011001 | 100111 |
Color Harmonies of #0B5EBC
Complementary color
Monochromatic Colors of #0B5EBC
Black with #0B5EBC
Text Example
Text Example
White with #0B5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5EBC; }
p { color: rgb(11,94,188); }
H1.HeaderClassName
{
color: #0B5EBC;
}
.AnyTagClassName
{
color: #0B5EBC;
}
</style>
background-color css
<style>
a { background-color: #0B5EBC; }
a { background-color: rgb(11,94,188); }
div.DivClassName
{
background-color: #0B5EBC;
}
.BgClassName
{
background-color: #0B5EBC;
}
</style>
border-color css
<style>
span { border-color: #0B5EBC; }
span { border-color: rgb(11,94,188); }
td.TdClassName
{
border-color: #0B5EBC;
}
.TagClassName
{
border-color: #0B5EBC;
}
</style>