Shades of Denim #0B5ABD
Tints of Denim #0B5ABD
RGB
CMYK
RGB Variations
Color information
#0B5ABD (or 0x0B5ABD) is known color: Denim. HEX triplet: 0B, 5A and BD. RGB value is (11,90,189). Sum of RGB (Red+Green+Blue) = 11+90+189=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B5ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5ABD is #F4A542. Grayscale: #4D4D4D. Windows color (decimal): -16033091 or 12409355. OLE color: 12409355.
HSL color Cylindrical-coordinate representation of color #0B5ABD: hue angle of 213.37º 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 #0B5ABD is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 90 | 189 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.26 |
| HSL | 213.37º | 0.89% | 0.39% | - |
| HSV(B) | 213.37º | 0.94% | 0.74% | - |
| XYZ | 12.98 | 11.06 | 49.59 | - |
| YUV | 77.67 | 190.83 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 189 | 0.94 | 0.52 | 0 | 0.26 | 213.37 | 0.89 | 0.39 |
| Hex | B | 5A | BD | 5E | 34 | 0 | 1A | D5 | 59 | 27 |
| Octal | 13 | 132 | 275 | 136 | 64 | 0 | 32 | 325 | 131 | 47 |
| Binary | 1011 | 1011010 | 10111101 | 1011110 | 110100 | 0 | 11010 | 11010101 | 1011001 | 100111 |
Color Harmonies of #0B5ABD
Complementary color
Monochromatic Colors of #0B5ABD
Black with #0B5ABD
Text Example
Text Example
White with #0B5ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5ABD; }
p { color: rgb(11,90,189); }
H1.HeaderClassName
{
color: #0B5ABD;
}
.AnyTagClassName
{
color: #0B5ABD;
}
</style>
background-color css
<style>
a { background-color: #0B5ABD; }
a { background-color: rgb(11,90,189); }
div.DivClassName
{
background-color: #0B5ABD;
}
.BgClassName
{
background-color: #0B5ABD;
}
</style>
border-color css
<style>
span { border-color: #0B5ABD; }
span { border-color: rgb(11,90,189); }
td.TdClassName
{
border-color: #0B5ABD;
}
.TagClassName
{
border-color: #0B5ABD;
}
</style>