Shades of Denim #1062BB
Tints of Denim #1062BB
RGB
CMYK
RGB Variations
Color information
#1062BB (or 0x1062BB) is known color: Denim. HEX triplet: 10, 62 and BB. RGB value is (16,98,187). Sum of RGB (Red+Green+Blue) = 16+98+187=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #1062BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1062BB is #EF9D44. Grayscale: #535353. Windows color (decimal): -15703365 or 12280336. OLE color: 12280336.
HSL color Cylindrical-coordinate representation of color #1062BB: hue angle of 211.23º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1062BB is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 98 | 187 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.27 |
| HSL | 211.23º | 0.84% | 0.4% | - |
| HSV(B) | 211.23º | 0.91% | 0.73% | - |
| XYZ | 13.55 | 12.43 | 48.7 | - |
| YUV | 83.63 | 186.33 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 187 | 0.91 | 0.48 | 0 | 0.27 | 211.23 | 0.84 | 0.4 |
| Hex | 10 | 62 | BB | 5B | 30 | 0 | 1B | D3 | 54 | 28 |
| Octal | 20 | 142 | 273 | 133 | 60 | 0 | 33 | 323 | 124 | 50 |
| Binary | 10000 | 1100010 | 10111011 | 1011011 | 110000 | 0 | 11011 | 11010011 | 1010100 | 101000 |
Color Harmonies of #1062BB
Complementary color
Monochromatic Colors of #1062BB
Black with #1062BB
Text Example
Text Example
White with #1062BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1062BB; }
p { color: rgb(16,98,187); }
H1.HeaderClassName
{
color: #1062BB;
}
.AnyTagClassName
{
color: #1062BB;
}
</style>
background-color css
<style>
a { background-color: #1062BB; }
a { background-color: rgb(16,98,187); }
div.DivClassName
{
background-color: #1062BB;
}
.BgClassName
{
background-color: #1062BB;
}
</style>
border-color css
<style>
span { border-color: #1062BB; }
span { border-color: rgb(16,98,187); }
td.TdClassName
{
border-color: #1062BB;
}
.TagClassName
{
border-color: #1062BB;
}
</style>