Shades of Denim #0B5AAB
Tints of Denim #0B5AAB
RGB
CMYK
RGB Variations
Color information
#0B5AAB (or 0x0B5AAB) is known color: Denim. HEX triplet: 0B, 5A and AB. RGB value is (11,90,171). Sum of RGB (Red+Green+Blue) = 11+90+171=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B5AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5AAB is #F4A554. Grayscale: #4B4B4B. Windows color (decimal): -16033109 or 11229707. OLE color: 11229707.
HSL color Cylindrical-coordinate representation of color #0B5AAB: hue angle of 210.38º 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 #0B5AAB is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 90 | 171 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.33 |
| HSL | 210.38º | 0.88% | 0.36% | - |
| HSV(B) | 210.38º | 0.94% | 0.67% | - |
| XYZ | 11.14 | 10.32 | 39.93 | - |
| YUV | 75.61 | 181.83 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 171 | 0.94 | 0.47 | 0 | 0.33 | 210.38 | 0.88 | 0.36 |
| Hex | B | 5A | AB | 5E | 2F | 0 | 21 | D2 | 58 | 24 |
| Octal | 13 | 132 | 253 | 136 | 57 | 0 | 41 | 322 | 130 | 44 |
| Binary | 1011 | 1011010 | 10101011 | 1011110 | 101111 | 0 | 100001 | 11010010 | 1011000 | 100100 |
Color Harmonies of #0B5AAB
Complementary color
Monochromatic Colors of #0B5AAB
Black with #0B5AAB
Text Example
Text Example
White with #0B5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5AAB; }
p { color: rgb(11,90,171); }
H1.HeaderClassName
{
color: #0B5AAB;
}
.AnyTagClassName
{
color: #0B5AAB;
}
</style>
background-color css
<style>
a { background-color: #0B5AAB; }
a { background-color: rgb(11,90,171); }
div.DivClassName
{
background-color: #0B5AAB;
}
.BgClassName
{
background-color: #0B5AAB;
}
</style>
border-color css
<style>
span { border-color: #0B5AAB; }
span { border-color: rgb(11,90,171); }
td.TdClassName
{
border-color: #0B5AAB;
}
.TagClassName
{
border-color: #0B5AAB;
}
</style>