Shades of Denim #0B5BAC
Tints of Denim #0B5BAC
RGB
CMYK
RGB Variations
Color information
#0B5BAC (or 0x0B5BAC) is known color: Denim. HEX triplet: 0B, 5B and AC. RGB value is (11,91,172). Sum of RGB (Red+Green+Blue) = 11+91+172=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B5BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5BAC is #F4A453. Grayscale: #4B4B4B. Windows color (decimal): -16032852 or 11295499. OLE color: 11295499.
HSL color Cylindrical-coordinate representation of color #0B5BAC: hue angle of 210.19º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B5BAC is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 91 | 172 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.33 |
| HSL | 210.19º | 0.88% | 0.36% | - |
| HSV(B) | 210.19º | 0.94% | 0.67% | - |
| XYZ | 11.33 | 10.53 | 40.47 | - |
| YUV | 76.31 | 182 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 91 | 172 | 0.94 | 0.47 | 0 | 0.33 | 210.19 | 0.88 | 0.36 |
| Hex | B | 5B | AC | 5E | 2F | 0 | 21 | D2 | 58 | 24 |
| Octal | 13 | 133 | 254 | 136 | 57 | 0 | 41 | 322 | 130 | 44 |
| Binary | 1011 | 1011011 | 10101100 | 1011110 | 101111 | 0 | 100001 | 11010010 | 1011000 | 100100 |
Color Harmonies of #0B5BAC
Complementary color
Monochromatic Colors of #0B5BAC
Black with #0B5BAC
Text Example
Text Example
White with #0B5BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5BAC; }
p { color: rgb(11,91,172); }
H1.HeaderClassName
{
color: #0B5BAC;
}
.AnyTagClassName
{
color: #0B5BAC;
}
</style>
background-color css
<style>
a { background-color: #0B5BAC; }
a { background-color: rgb(11,91,172); }
div.DivClassName
{
background-color: #0B5BAC;
}
.BgClassName
{
background-color: #0B5BAC;
}
</style>
border-color css
<style>
span { border-color: #0B5BAC; }
span { border-color: rgb(11,91,172); }
td.TdClassName
{
border-color: #0B5BAC;
}
.TagClassName
{
border-color: #0B5BAC;
}
</style>