Shades of Denim #0B5ABC
Tints of Denim #0B5ABC
RGB
CMYK
RGB Variations
Color information
#0B5ABC (or 0x0B5ABC) is known color: Denim. HEX triplet: 0B, 5A and BC. RGB value is (11,90,188). Sum of RGB (Red+Green+Blue) = 11+90+188=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B5ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5ABC is #F4A543. Grayscale: #4D4D4D. Windows color (decimal): -16033092 or 12343819. OLE color: 12343819.
HSL color Cylindrical-coordinate representation of color #0B5ABC: hue angle of 213.22º 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 #0B5ABC is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 90 | 188 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.26 |
| HSL | 213.22º | 0.89% | 0.39% | - |
| HSV(B) | 213.22º | 0.94% | 0.74% | - |
| XYZ | 12.87 | 11.01 | 49.02 | - |
| YUV | 77.55 | 190.33 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 188 | 0.94 | 0.52 | 0 | 0.26 | 213.22 | 0.89 | 0.39 |
| Hex | B | 5A | BC | 5E | 34 | 0 | 1A | D5 | 59 | 27 |
| Octal | 13 | 132 | 274 | 136 | 64 | 0 | 32 | 325 | 131 | 47 |
| Binary | 1011 | 1011010 | 10111100 | 1011110 | 110100 | 0 | 11010 | 11010101 | 1011001 | 100111 |
Color Harmonies of #0B5ABC
Complementary color
Monochromatic Colors of #0B5ABC
Black with #0B5ABC
Text Example
Text Example
White with #0B5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5ABC; }
p { color: rgb(11,90,188); }
H1.HeaderClassName
{
color: #0B5ABC;
}
.AnyTagClassName
{
color: #0B5ABC;
}
</style>
background-color css
<style>
a { background-color: #0B5ABC; }
a { background-color: rgb(11,90,188); }
div.DivClassName
{
background-color: #0B5ABC;
}
.BgClassName
{
background-color: #0B5ABC;
}
</style>
border-color css
<style>
span { border-color: #0B5ABC; }
span { border-color: rgb(11,90,188); }
td.TdClassName
{
border-color: #0B5ABC;
}
.TagClassName
{
border-color: #0B5ABC;
}
</style>