Shades of Denim #1070BB
Tints of Denim #1070BB
RGB
CMYK
RGB Variations
Color information
#1070BB (or 0x1070BB) is known color: Denim. HEX triplet: 10, 70 and BB. RGB value is (16,112,187). Sum of RGB (Red+Green+Blue) = 16+112+187=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #1070BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1070BB is #EF8F44. Grayscale: #5B5B5B. Windows color (decimal): -15699781 or 12283920. OLE color: 12283920.
HSL color Cylindrical-coordinate representation of color #1070BB: hue angle of 206.32º 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 #1070BB is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 112 | 187 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.27 |
| HSL | 206.32º | 0.84% | 0.4% | - |
| HSV(B) | 206.32º | 0.91% | 0.73% | - |
| XYZ | 14.98 | 15.29 | 49.17 | - |
| YUV | 91.85 | 181.7 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 187 | 0.91 | 0.40 | 0 | 0.27 | 206.32 | 0.84 | 0.4 |
| Hex | 10 | 70 | BB | 5B | 28 | 0 | 1B | CE | 54 | 28 |
| Octal | 20 | 160 | 273 | 133 | 50 | 0 | 33 | 316 | 124 | 50 |
| Binary | 10000 | 1110000 | 10111011 | 1011011 | 101000 | 0 | 11011 | 11001110 | 1010100 | 101000 |
Color Harmonies of #1070BB
Complementary color
Monochromatic Colors of #1070BB
Black with #1070BB
Text Example
Text Example
White with #1070BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1070BB; }
p { color: rgb(16,112,187); }
H1.HeaderClassName
{
color: #1070BB;
}
.AnyTagClassName
{
color: #1070BB;
}
</style>
background-color css
<style>
a { background-color: #1070BB; }
a { background-color: rgb(16,112,187); }
div.DivClassName
{
background-color: #1070BB;
}
.BgClassName
{
background-color: #1070BB;
}
</style>
border-color css
<style>
span { border-color: #1070BB; }
span { border-color: rgb(16,112,187); }
td.TdClassName
{
border-color: #1070BB;
}
.TagClassName
{
border-color: #1070BB;
}
</style>