Shades of Denim #0B53BC
Tints of Denim #0B53BC
RGB
CMYK
RGB Variations
Color information
#0B53BC (or 0x0B53BC) is known color: Denim. HEX triplet: 0B, 53 and BC. RGB value is (11,83,188). Sum of RGB (Red+Green+Blue) = 11+83+188=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B53BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B53BC is #F4AC43. Grayscale: #484848. Windows color (decimal): -16034884 or 12342027. OLE color: 12342027.
HSL color Cylindrical-coordinate representation of color #0B53BC: hue angle of 215.59º 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 #0B53BC is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 83 | 188 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.26 |
| HSL | 215.59º | 0.89% | 0.39% | - |
| HSV(B) | 215.59º | 0.94% | 0.74% | - |
| XYZ | 12.31 | 9.89 | 48.84 | - |
| YUV | 73.44 | 192.65 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 188 | 0.94 | 0.56 | 0 | 0.26 | 215.59 | 0.89 | 0.39 |
| Hex | B | 53 | BC | 5E | 38 | 0 | 1A | D8 | 59 | 27 |
| Octal | 13 | 123 | 274 | 136 | 70 | 0 | 32 | 330 | 131 | 47 |
| Binary | 1011 | 1010011 | 10111100 | 1011110 | 111000 | 0 | 11010 | 11011000 | 1011001 | 100111 |
Color Harmonies of #0B53BC
Complementary color
Monochromatic Colors of #0B53BC
Black with #0B53BC
Text Example
Text Example
White with #0B53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B53BC; }
p { color: rgb(11,83,188); }
H1.HeaderClassName
{
color: #0B53BC;
}
.AnyTagClassName
{
color: #0B53BC;
}
</style>
background-color css
<style>
a { background-color: #0B53BC; }
a { background-color: rgb(11,83,188); }
div.DivClassName
{
background-color: #0B53BC;
}
.BgClassName
{
background-color: #0B53BC;
}
</style>
border-color css
<style>
span { border-color: #0B53BC; }
span { border-color: rgb(11,83,188); }
td.TdClassName
{
border-color: #0B53BC;
}
.TagClassName
{
border-color: #0B53BC;
}
</style>