Shades of Denim #105ABA
Tints of Denim #105ABA
RGB
CMYK
RGB Variations
Color information
#105ABA (or 0x105ABA) is known color: Denim. HEX triplet: 10, 5A and BA. RGB value is (16,90,186). Sum of RGB (Red+Green+Blue) = 16+90+186=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #105ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105ABA is #EFA545. Grayscale: #4E4E4E. Windows color (decimal): -15705414 or 12212752. OLE color: 12212752.
HSL color Cylindrical-coordinate representation of color #105ABA: hue angle of 213.88º 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 #105ABA is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 90 | 186 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.27 |
| HSL | 213.88º | 0.84% | 0.4% | - |
| HSV(B) | 213.88º | 0.91% | 0.73% | - |
| XYZ | 12.73 | 10.97 | 47.9 | - |
| YUV | 78.82 | 188.48 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 186 | 0.91 | 0.52 | 0 | 0.27 | 213.88 | 0.84 | 0.4 |
| Hex | 10 | 5A | BA | 5B | 34 | 0 | 1B | D6 | 54 | 28 |
| Octal | 20 | 132 | 272 | 133 | 64 | 0 | 33 | 326 | 124 | 50 |
| Binary | 10000 | 1011010 | 10111010 | 1011011 | 110100 | 0 | 11011 | 11010110 | 1010100 | 101000 |
Color Harmonies of #105ABA
Complementary color
Monochromatic Colors of #105ABA
Black with #105ABA
Text Example
Text Example
White with #105ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105ABA; }
p { color: rgb(16,90,186); }
H1.HeaderClassName
{
color: #105ABA;
}
.AnyTagClassName
{
color: #105ABA;
}
</style>
background-color css
<style>
a { background-color: #105ABA; }
a { background-color: rgb(16,90,186); }
div.DivClassName
{
background-color: #105ABA;
}
.BgClassName
{
background-color: #105ABA;
}
</style>
border-color css
<style>
span { border-color: #105ABA; }
span { border-color: rgb(16,90,186); }
td.TdClassName
{
border-color: #105ABA;
}
.TagClassName
{
border-color: #105ABA;
}
</style>