Shades of Denim #105ACE
Tints of Denim #105ACE
RGB
CMYK
RGB Variations
Color information
#105ACE (or 0x105ACE) is known color: Denim. HEX triplet: 10, 5A and CE. RGB value is (16,90,206). Sum of RGB (Red+Green+Blue) = 16+90+206=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #105ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105ACE is #EFA531. Grayscale: #505050. Windows color (decimal): -15705394 or 13523472. OLE color: 13523472.
HSL color Cylindrical-coordinate representation of color #105ACE: hue angle of 216.63º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #105ACE is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 90 | 206 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.19 |
| HSL | 216.63º | 0.86% | 0.44% | - |
| HSV(B) | 216.63º | 0.92% | 0.81% | - |
| XYZ | 15.01 | 11.88 | 59.89 | - |
| YUV | 81.1 | 198.48 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 206 | 0.92 | 0.56 | 0 | 0.19 | 216.63 | 0.86 | 0.44 |
| Hex | 10 | 5A | CE | 5C | 38 | 0 | 13 | D9 | 56 | 2C |
| Octal | 20 | 132 | 316 | 134 | 70 | 0 | 23 | 331 | 126 | 54 |
| Binary | 10000 | 1011010 | 11001110 | 1011100 | 111000 | 0 | 10011 | 11011001 | 1010110 | 101100 |
Color Harmonies of #105ACE
Complementary color
Monochromatic Colors of #105ACE
Black with #105ACE
Text Example
Text Example
White with #105ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105ACE; }
p { color: rgb(16,90,206); }
H1.HeaderClassName
{
color: #105ACE;
}
.AnyTagClassName
{
color: #105ACE;
}
</style>
background-color css
<style>
a { background-color: #105ACE; }
a { background-color: rgb(16,90,206); }
div.DivClassName
{
background-color: #105ACE;
}
.BgClassName
{
background-color: #105ACE;
}
</style>
border-color css
<style>
span { border-color: #105ACE; }
span { border-color: rgb(16,90,206); }
td.TdClassName
{
border-color: #105ACE;
}
.TagClassName
{
border-color: #105ACE;
}
</style>