Shades of Denim #105ABC
Tints of Denim #105ABC
RGB
CMYK
RGB Variations
Color information
#105ABC (or 0x105ABC) is known color: Denim. HEX triplet: 10, 5A and BC. RGB value is (16,90,188). Sum of RGB (Red+Green+Blue) = 16+90+188=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #105ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105ABC is #EFA543. Grayscale: #4E4E4E. Windows color (decimal): -15705412 or 12343824. OLE color: 12343824.
HSL color Cylindrical-coordinate representation of color #105ABC: hue angle of 214.19º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105ABC is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 90 | 188 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.26 |
| HSL | 214.19º | 0.84% | 0.4% | - |
| HSV(B) | 214.19º | 0.91% | 0.74% | - |
| XYZ | 12.95 | 11.05 | 49.03 | - |
| YUV | 79.05 | 189.48 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 188 | 0.91 | 0.52 | 0 | 0.26 | 214.19 | 0.84 | 0.4 |
| Hex | 10 | 5A | BC | 5B | 34 | 0 | 1A | D6 | 54 | 28 |
| Octal | 20 | 132 | 274 | 133 | 64 | 0 | 32 | 326 | 124 | 50 |
| Binary | 10000 | 1011010 | 10111100 | 1011011 | 110100 | 0 | 11010 | 11010110 | 1010100 | 101000 |
Color Harmonies of #105ABC
Complementary color
Monochromatic Colors of #105ABC
Black with #105ABC
Text Example
Text Example
White with #105ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105ABC; }
p { color: rgb(16,90,188); }
H1.HeaderClassName
{
color: #105ABC;
}
.AnyTagClassName
{
color: #105ABC;
}
</style>
background-color css
<style>
a { background-color: #105ABC; }
a { background-color: rgb(16,90,188); }
div.DivClassName
{
background-color: #105ABC;
}
.BgClassName
{
background-color: #105ABC;
}
</style>
border-color css
<style>
span { border-color: #105ABC; }
span { border-color: rgb(16,90,188); }
td.TdClassName
{
border-color: #105ABC;
}
.TagClassName
{
border-color: #105ABC;
}
</style>