Shades of Denim #0B5DB5
Tints of Denim #0B5DB5
RGB
CMYK
RGB Variations
Color information
#0B5DB5 (or 0x0B5DB5) is known color: Denim. HEX triplet: 0B, 5D and B5. RGB value is (11,93,181). Sum of RGB (Red+Green+Blue) = 11+93+181=285 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.86% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 181 (71.09% from 255 or 63.51% from 285); Max value from RGB is 181 - color contains mainly: blue. Hex color #0B5DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5DB5 is #F4A24A. Grayscale: #4E4E4E. Windows color (decimal): -16032331 or 11885835. OLE color: 11885835.
HSL color Cylindrical-coordinate representation of color #0B5DB5: hue angle of 211.06º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B5DB5 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 93 | 181 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.29 |
| HSL | 211.06º | 0.89% | 0.38% | - |
| HSV(B) | 211.06º | 0.94% | 0.71% | - |
| XYZ | 12.39 | 11.24 | 45.23 | - |
| YUV | 78.51 | 185.83 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 93 | 181 | 0.94 | 0.49 | 0 | 0.29 | 211.06 | 0.89 | 0.38 |
| Hex | B | 5D | B5 | 5E | 31 | 0 | 1D | D3 | 59 | 26 |
| Octal | 13 | 135 | 265 | 136 | 61 | 0 | 35 | 323 | 131 | 46 |
| Binary | 1011 | 1011101 | 10110101 | 1011110 | 110001 | 0 | 11101 | 11010011 | 1011001 | 100110 |
Color Harmonies of #0B5DB5
Complementary color
Monochromatic Colors of #0B5DB5
Black with #0B5DB5
Text Example
Text Example
White with #0B5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5DB5; }
p { color: rgb(11,93,181); }
H1.HeaderClassName
{
color: #0B5DB5;
}
.AnyTagClassName
{
color: #0B5DB5;
}
</style>
background-color css
<style>
a { background-color: #0B5DB5; }
a { background-color: rgb(11,93,181); }
div.DivClassName
{
background-color: #0B5DB5;
}
.BgClassName
{
background-color: #0B5DB5;
}
</style>
border-color css
<style>
span { border-color: #0B5DB5; }
span { border-color: rgb(11,93,181); }
td.TdClassName
{
border-color: #0B5DB5;
}
.TagClassName
{
border-color: #0B5DB5;
}
</style>