Shades of Denim #105EC1
Tints of Denim #105EC1
RGB
CMYK
RGB Variations
Color information
#105EC1 (or 0x105EC1) is known color: Denim. HEX triplet: 10, 5E and C1. RGB value is (16,94,193). Sum of RGB (Red+Green+Blue) = 16+94+193=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 193 (75.78% from 255 or 63.70% from 303); Max value from RGB is 193 - color contains mainly: blue. Hex color #105EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105EC1 is #EFA13E. Grayscale: #515151. Windows color (decimal): -15704383 or 12672528. OLE color: 12672528.
HSL color Cylindrical-coordinate representation of color #105EC1: hue angle of 213.56º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #105EC1 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 94 | 193 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.24 |
| HSL | 213.56º | 0.85% | 0.41% | - |
| HSV(B) | 213.56º | 0.92% | 0.76% | - |
| XYZ | 13.84 | 11.97 | 52.03 | - |
| YUV | 81.96 | 190.66 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 193 | 0.92 | 0.51 | 0 | 0.24 | 213.56 | 0.85 | 0.41 |
| Hex | 10 | 5E | C1 | 5C | 33 | 0 | 18 | D6 | 55 | 29 |
| Octal | 20 | 136 | 301 | 134 | 63 | 0 | 30 | 326 | 125 | 51 |
| Binary | 10000 | 1011110 | 11000001 | 1011100 | 110011 | 0 | 11000 | 11010110 | 1010101 | 101001 |
Color Harmonies of #105EC1
Complementary color
Monochromatic Colors of #105EC1
Black with #105EC1
Text Example
Text Example
White with #105EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105EC1; }
p { color: rgb(16,94,193); }
H1.HeaderClassName
{
color: #105EC1;
}
.AnyTagClassName
{
color: #105EC1;
}
</style>
background-color css
<style>
a { background-color: #105EC1; }
a { background-color: rgb(16,94,193); }
div.DivClassName
{
background-color: #105EC1;
}
.BgClassName
{
background-color: #105EC1;
}
</style>
border-color css
<style>
span { border-color: #105EC1; }
span { border-color: rgb(16,94,193); }
td.TdClassName
{
border-color: #105EC1;
}
.TagClassName
{
border-color: #105EC1;
}
</style>