Shades of Denim #0B52B9
Tints of Denim #0B52B9
RGB
CMYK
RGB Variations
Color information
#0B52B9 (or 0x0B52B9) is known color: Denim. HEX triplet: 0B, 52 and B9. RGB value is (11,82,185). Sum of RGB (Red+Green+Blue) = 11+82+185=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 185 (72.66% from 255 or 66.55% from 278); Max value from RGB is 185 - color contains mainly: blue. Hex color #0B52B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B52B9 is #F4AD46. Grayscale: #484848. Windows color (decimal): -16035143 or 12145163. OLE color: 12145163.
HSL color Cylindrical-coordinate representation of color #0B52B9: hue angle of 215.52º 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 #0B52B9 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 82 | 185 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.27 |
| HSL | 215.52º | 0.89% | 0.38% | - |
| HSV(B) | 215.52º | 0.94% | 0.73% | - |
| XYZ | 11.91 | 9.61 | 47.13 | - |
| YUV | 72.51 | 191.48 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 185 | 0.94 | 0.56 | 0 | 0.27 | 215.52 | 0.89 | 0.38 |
| Hex | B | 52 | B9 | 5E | 38 | 0 | 1B | D8 | 59 | 26 |
| Octal | 13 | 122 | 271 | 136 | 70 | 0 | 33 | 330 | 131 | 46 |
| Binary | 1011 | 1010010 | 10111001 | 1011110 | 111000 | 0 | 11011 | 11011000 | 1011001 | 100110 |
Color Harmonies of #0B52B9
Complementary color
Monochromatic Colors of #0B52B9
Black with #0B52B9
Text Example
Text Example
White with #0B52B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B52B9; }
p { color: rgb(11,82,185); }
H1.HeaderClassName
{
color: #0B52B9;
}
.AnyTagClassName
{
color: #0B52B9;
}
</style>
background-color css
<style>
a { background-color: #0B52B9; }
a { background-color: rgb(11,82,185); }
div.DivClassName
{
background-color: #0B52B9;
}
.BgClassName
{
background-color: #0B52B9;
}
</style>
border-color css
<style>
span { border-color: #0B52B9; }
span { border-color: rgb(11,82,185); }
td.TdClassName
{
border-color: #0B52B9;
}
.TagClassName
{
border-color: #0B52B9;
}
</style>