Shades of Denim #105AB7
Tints of Denim #105AB7
RGB
CMYK
RGB Variations
Color information
#105AB7 (or 0x105AB7) is known color: Denim. HEX triplet: 10, 5A and B7. RGB value is (16,90,183). Sum of RGB (Red+Green+Blue) = 16+90+183=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 183 (71.88% from 255 or 63.32% from 289); Max value from RGB is 183 - color contains mainly: blue. Hex color #105AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105AB7 is #EFA548. Grayscale: #4E4E4E. Windows color (decimal): -15705417 or 12016144. OLE color: 12016144.
HSL color Cylindrical-coordinate representation of color #105AB7: hue angle of 213.41º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105AB7 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 90 | 183 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.28 |
| HSL | 213.41º | 0.84% | 0.39% | - |
| HSV(B) | 213.41º | 0.91% | 0.72% | - |
| XYZ | 12.42 | 10.84 | 46.24 | - |
| YUV | 78.48 | 186.98 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 183 | 0.91 | 0.51 | 0 | 0.28 | 213.41 | 0.84 | 0.39 |
| Hex | 10 | 5A | B7 | 5B | 33 | 0 | 1C | D5 | 54 | 27 |
| Octal | 20 | 132 | 267 | 133 | 63 | 0 | 34 | 325 | 124 | 47 |
| Binary | 10000 | 1011010 | 10110111 | 1011011 | 110011 | 0 | 11100 | 11010101 | 1010100 | 100111 |
Color Harmonies of #105AB7
Complementary color
Monochromatic Colors of #105AB7
Black with #105AB7
Text Example
Text Example
White with #105AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105AB7; }
p { color: rgb(16,90,183); }
H1.HeaderClassName
{
color: #105AB7;
}
.AnyTagClassName
{
color: #105AB7;
}
</style>
background-color css
<style>
a { background-color: #105AB7; }
a { background-color: rgb(16,90,183); }
div.DivClassName
{
background-color: #105AB7;
}
.BgClassName
{
background-color: #105AB7;
}
</style>
border-color css
<style>
span { border-color: #105AB7; }
span { border-color: rgb(16,90,183); }
td.TdClassName
{
border-color: #105AB7;
}
.TagClassName
{
border-color: #105AB7;
}
</style>