Shades of Denim #105FAC
Tints of Denim #105FAC
RGB
CMYK
RGB Variations
Color information
#105FAC (or 0x105FAC) is known color: Denim. HEX triplet: 10, 5F and AC. RGB value is (16,95,172). Sum of RGB (Red+Green+Blue) = 16+95+172=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #105FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105FAC is #EFA053. Grayscale: #4F4F4F. Windows color (decimal): -15704148 or 11296528. OLE color: 11296528.
HSL color Cylindrical-coordinate representation of color #105FAC: hue angle of 209.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105FAC is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 95 | 172 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.33 |
| HSL | 209.62º | 0.83% | 0.37% | - |
| HSV(B) | 209.62º | 0.91% | 0.67% | - |
| XYZ | 11.75 | 11.27 | 40.59 | - |
| YUV | 80.16 | 179.83 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 172 | 0.91 | 0.45 | 0 | 0.33 | 209.62 | 0.83 | 0.37 |
| Hex | 10 | 5F | AC | 5B | 2D | 0 | 21 | D2 | 53 | 25 |
| Octal | 20 | 137 | 254 | 133 | 55 | 0 | 41 | 322 | 123 | 45 |
| Binary | 10000 | 1011111 | 10101100 | 1011011 | 101101 | 0 | 100001 | 11010010 | 1010011 | 100101 |
Color Harmonies of #105FAC
Complementary color
Monochromatic Colors of #105FAC
Black with #105FAC
Text Example
Text Example
White with #105FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105FAC; }
p { color: rgb(16,95,172); }
H1.HeaderClassName
{
color: #105FAC;
}
.AnyTagClassName
{
color: #105FAC;
}
</style>
background-color css
<style>
a { background-color: #105FAC; }
a { background-color: rgb(16,95,172); }
div.DivClassName
{
background-color: #105FAC;
}
.BgClassName
{
background-color: #105FAC;
}
</style>
border-color css
<style>
span { border-color: #105FAC; }
span { border-color: rgb(16,95,172); }
td.TdClassName
{
border-color: #105FAC;
}
.TagClassName
{
border-color: #105FAC;
}
</style>