Shades of Denim #105ACC
Tints of Denim #105ACC
RGB
CMYK
RGB Variations
Color information
#105ACC (or 0x105ACC) is known color: Denim. HEX triplet: 10, 5A and CC. RGB value is (16,90,204). Sum of RGB (Red+Green+Blue) = 16+90+204=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #105ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105ACC is #EFA533. Grayscale: #505050. Windows color (decimal): -15705396 or 13392400. OLE color: 13392400.
HSL color Cylindrical-coordinate representation of color #105ACC: hue angle of 216.38º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #105ACC is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 90 | 204 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.2 |
| HSL | 216.38º | 0.85% | 0.43% | - |
| HSV(B) | 216.38º | 0.92% | 0.8% | - |
| XYZ | 14.77 | 11.78 | 58.62 | - |
| YUV | 80.87 | 197.48 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 204 | 0.92 | 0.56 | 0 | 0.2 | 216.38 | 0.85 | 0.43 |
| Hex | 10 | 5A | CC | 5C | 38 | 0 | 14 | D8 | 55 | 2B |
| Octal | 20 | 132 | 314 | 134 | 70 | 0 | 24 | 330 | 125 | 53 |
| Binary | 10000 | 1011010 | 11001100 | 1011100 | 111000 | 0 | 10100 | 11011000 | 1010101 | 101011 |
Color Harmonies of #105ACC
Complementary color
Monochromatic Colors of #105ACC
Black with #105ACC
Text Example
Text Example
White with #105ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105ACC; }
p { color: rgb(16,90,204); }
H1.HeaderClassName
{
color: #105ACC;
}
.AnyTagClassName
{
color: #105ACC;
}
</style>
background-color css
<style>
a { background-color: #105ACC; }
a { background-color: rgb(16,90,204); }
div.DivClassName
{
background-color: #105ACC;
}
.BgClassName
{
background-color: #105ACC;
}
</style>
border-color css
<style>
span { border-color: #105ACC; }
span { border-color: rgb(16,90,204); }
td.TdClassName
{
border-color: #105ACC;
}
.TagClassName
{
border-color: #105ACC;
}
</style>