Shades of Denim #0B62AB
Tints of Denim #0B62AB
RGB
CMYK
RGB Variations
Color information
#0B62AB (or 0x0B62AB) is known color: Denim. HEX triplet: 0B, 62 and AB. RGB value is (11,98,171). Sum of RGB (Red+Green+Blue) = 11+98+171=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B62AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B62AB is #F49D54. Grayscale: #4F4F4F. Windows color (decimal): -16031061 or 11231755. OLE color: 11231755.
HSL color Cylindrical-coordinate representation of color #0B62AB: hue angle of 207.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 #0B62AB is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 98 | 171 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.33 |
| HSL | 207.38º | 0.88% | 0.36% | - |
| HSV(B) | 207.38º | 0.94% | 0.67% | - |
| XYZ | 11.86 | 11.75 | 40.17 | - |
| YUV | 80.31 | 179.18 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 98 | 171 | 0.94 | 0.43 | 0 | 0.33 | 207.38 | 0.88 | 0.36 |
| Hex | B | 62 | AB | 5E | 2B | 0 | 21 | CF | 58 | 24 |
| Octal | 13 | 142 | 253 | 136 | 53 | 0 | 41 | 317 | 130 | 44 |
| Binary | 1011 | 1100010 | 10101011 | 1011110 | 101011 | 0 | 100001 | 11001111 | 1011000 | 100100 |
Color Harmonies of #0B62AB
Complementary color
Monochromatic Colors of #0B62AB
Black with #0B62AB
Text Example
Text Example
White with #0B62AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B62AB; }
p { color: rgb(11,98,171); }
H1.HeaderClassName
{
color: #0B62AB;
}
.AnyTagClassName
{
color: #0B62AB;
}
</style>
background-color css
<style>
a { background-color: #0B62AB; }
a { background-color: rgb(11,98,171); }
div.DivClassName
{
background-color: #0B62AB;
}
.BgClassName
{
background-color: #0B62AB;
}
</style>
border-color css
<style>
span { border-color: #0B62AB; }
span { border-color: rgb(11,98,171); }
td.TdClassName
{
border-color: #0B62AB;
}
.TagClassName
{
border-color: #0B62AB;
}
</style>