Shades of Denim #1070B1
Tints of Denim #1070B1
RGB
CMYK
RGB Variations
Color information
#1070B1 (or 0x1070B1) is known color: Denim. HEX triplet: 10, 70 and B1. RGB value is (16,112,177). Sum of RGB (Red+Green+Blue) = 16+112+177=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #1070B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1070B1 is #EF8F4E. Grayscale: #5A5A5A. Windows color (decimal): -15699791 or 11628560. OLE color: 11628560.
HSL color Cylindrical-coordinate representation of color #1070B1: hue angle of 204.22º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1070B1 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 112 | 177 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.31 |
| HSL | 204.22º | 0.83% | 0.38% | - |
| HSV(B) | 204.22º | 0.91% | 0.69% | - |
| XYZ | 13.94 | 14.87 | 43.73 | - |
| YUV | 90.71 | 176.7 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 177 | 0.91 | 0.37 | 0 | 0.31 | 204.22 | 0.83 | 0.38 |
| Hex | 10 | 70 | B1 | 5B | 25 | 0 | 1F | CC | 53 | 26 |
| Octal | 20 | 160 | 261 | 133 | 45 | 0 | 37 | 314 | 123 | 46 |
| Binary | 10000 | 1110000 | 10110001 | 1011011 | 100101 | 0 | 11111 | 11001100 | 1010011 | 100110 |
Color Harmonies of #1070B1
Complementary color
Monochromatic Colors of #1070B1
Black with #1070B1
Text Example
Text Example
White with #1070B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1070B1; }
p { color: rgb(16,112,177); }
H1.HeaderClassName
{
color: #1070B1;
}
.AnyTagClassName
{
color: #1070B1;
}
</style>
background-color css
<style>
a { background-color: #1070B1; }
a { background-color: rgb(16,112,177); }
div.DivClassName
{
background-color: #1070B1;
}
.BgClassName
{
background-color: #1070B1;
}
</style>
border-color css
<style>
span { border-color: #1070B1; }
span { border-color: rgb(16,112,177); }
td.TdClassName
{
border-color: #1070B1;
}
.TagClassName
{
border-color: #1070B1;
}
</style>