Shades of Denim #0B64AB
Tints of Denim #0B64AB
RGB
CMYK
RGB Variations
Color information
#0B64AB (or 0x0B64AB) is known color: Denim. HEX triplet: 0B, 64 and AB. RGB value is (11,100,171). Sum of RGB (Red+Green+Blue) = 11+100+171=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B64AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B64AB is #F49B54. Grayscale: #515151. Windows color (decimal): -16030549 or 11232267. OLE color: 11232267.
HSL color Cylindrical-coordinate representation of color #0B64AB: hue angle of 206.62º 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 #0B64AB is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 100 | 171 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.33 |
| HSL | 206.63º | 0.88% | 0.36% | - |
| HSV(B) | 206.63º | 0.94% | 0.67% | - |
| XYZ | 12.05 | 12.13 | 40.23 | - |
| YUV | 81.48 | 178.51 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 100 | 171 | 0.94 | 0.42 | 0 | 0.33 | 206.63 | 0.88 | 0.36 |
| Hex | B | 64 | AB | 5E | 2A | 0 | 21 | CF | 58 | 24 |
| Octal | 13 | 144 | 253 | 136 | 52 | 0 | 41 | 317 | 130 | 44 |
| Binary | 1011 | 1100100 | 10101011 | 1011110 | 101010 | 0 | 100001 | 11001111 | 1011000 | 100100 |
Color Harmonies of #0B64AB
Complementary color
Monochromatic Colors of #0B64AB
Black with #0B64AB
Text Example
Text Example
White with #0B64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B64AB; }
p { color: rgb(11,100,171); }
H1.HeaderClassName
{
color: #0B64AB;
}
.AnyTagClassName
{
color: #0B64AB;
}
</style>
background-color css
<style>
a { background-color: #0B64AB; }
a { background-color: rgb(11,100,171); }
div.DivClassName
{
background-color: #0B64AB;
}
.BgClassName
{
background-color: #0B64AB;
}
</style>
border-color css
<style>
span { border-color: #0B64AB; }
span { border-color: rgb(11,100,171); }
td.TdClassName
{
border-color: #0B64AB;
}
.TagClassName
{
border-color: #0B64AB;
}
</style>