Shades of Denim #105DC3
Tints of Denim #105DC3
RGB
CMYK
RGB Variations
Color information
#105DC3 (or 0x105DC3) is known color: Denim. HEX triplet: 10, 5D and C3. RGB value is (16,93,195). Sum of RGB (Red+Green+Blue) = 16+93+195=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 195 (76.56% from 255 or 64.14% from 304); Max value from RGB is 195 - color contains mainly: blue. Hex color #105DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105DC3 is #EFA23C. Grayscale: #515151. Windows color (decimal): -15704637 or 12803344. OLE color: 12803344.
HSL color Cylindrical-coordinate representation of color #105DC3: hue angle of 214.19º 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 #105DC3 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 93 | 195 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.24 |
| HSL | 214.19º | 0.85% | 0.41% | - |
| HSV(B) | 214.19º | 0.92% | 0.76% | - |
| XYZ | 13.98 | 11.88 | 53.19 | - |
| YUV | 81.61 | 191.99 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 195 | 0.92 | 0.52 | 0 | 0.24 | 214.19 | 0.85 | 0.41 |
| Hex | 10 | 5D | C3 | 5C | 34 | 0 | 18 | D6 | 55 | 29 |
| Octal | 20 | 135 | 303 | 134 | 64 | 0 | 30 | 326 | 125 | 51 |
| Binary | 10000 | 1011101 | 11000011 | 1011100 | 110100 | 0 | 11000 | 11010110 | 1010101 | 101001 |
Color Harmonies of #105DC3
Complementary color
Monochromatic Colors of #105DC3
Black with #105DC3
Text Example
Text Example
White with #105DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DC3; }
p { color: rgb(16,93,195); }
H1.HeaderClassName
{
color: #105DC3;
}
.AnyTagClassName
{
color: #105DC3;
}
</style>
background-color css
<style>
a { background-color: #105DC3; }
a { background-color: rgb(16,93,195); }
div.DivClassName
{
background-color: #105DC3;
}
.BgClassName
{
background-color: #105DC3;
}
</style>
border-color css
<style>
span { border-color: #105DC3; }
span { border-color: rgb(16,93,195); }
td.TdClassName
{
border-color: #105DC3;
}
.TagClassName
{
border-color: #105DC3;
}
</style>