Shades of Denim #0B5AB5
Tints of Denim #0B5AB5
RGB
CMYK
RGB Variations
Color information
#0B5AB5 (or 0x0B5AB5) is known color: Denim. HEX triplet: 0B, 5A and B5. RGB value is (11,90,181). Sum of RGB (Red+Green+Blue) = 11+90+181=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 181 (71.09% from 255 or 64.18% from 282); Max value from RGB is 181 - color contains mainly: blue. Hex color #0B5AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5AB5 is #F4A54A. Grayscale: #4C4C4C. Windows color (decimal): -16033099 or 11885067. OLE color: 11885067.
HSL color Cylindrical-coordinate representation of color #0B5AB5: hue angle of 212.12º 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 #0B5AB5 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 90 | 181 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.29 |
| HSL | 212.12º | 0.89% | 0.38% | - |
| HSV(B) | 212.12º | 0.94% | 0.71% | - |
| XYZ | 12.13 | 10.72 | 45.15 | - |
| YUV | 76.75 | 186.83 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 181 | 0.94 | 0.50 | 0 | 0.29 | 212.12 | 0.89 | 0.38 |
| Hex | B | 5A | B5 | 5E | 32 | 0 | 1D | D4 | 59 | 26 |
| Octal | 13 | 132 | 265 | 136 | 62 | 0 | 35 | 324 | 131 | 46 |
| Binary | 1011 | 1011010 | 10110101 | 1011110 | 110010 | 0 | 11101 | 11010100 | 1011001 | 100110 |
Color Harmonies of #0B5AB5
Complementary color
Monochromatic Colors of #0B5AB5
Black with #0B5AB5
Text Example
Text Example
White with #0B5AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5AB5; }
p { color: rgb(11,90,181); }
H1.HeaderClassName
{
color: #0B5AB5;
}
.AnyTagClassName
{
color: #0B5AB5;
}
</style>
background-color css
<style>
a { background-color: #0B5AB5; }
a { background-color: rgb(11,90,181); }
div.DivClassName
{
background-color: #0B5AB5;
}
.BgClassName
{
background-color: #0B5AB5;
}
</style>
border-color css
<style>
span { border-color: #0B5AB5; }
span { border-color: rgb(11,90,181); }
td.TdClassName
{
border-color: #0B5AB5;
}
.TagClassName
{
border-color: #0B5AB5;
}
</style>