Shades of Denim #105AAC
Tints of Denim #105AAC
RGB
CMYK
RGB Variations
Color information
#105AAC (or 0x105AAC) is known color: Denim. HEX triplet: 10, 5A and AC. RGB value is (16,90,172). Sum of RGB (Red+Green+Blue) = 16+90+172=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #105AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105AAC is #EFA553. Grayscale: #4C4C4C. Windows color (decimal): -15705428 or 11295248. OLE color: 11295248.
HSL color Cylindrical-coordinate representation of color #105AAC: hue angle of 211.54º 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 #105AAC is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 90 | 172 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.33 |
| HSL | 211.54º | 0.83% | 0.37% | - |
| HSV(B) | 211.54º | 0.91% | 0.67% | - |
| XYZ | 11.32 | 10.4 | 40.44 | - |
| YUV | 77.22 | 181.48 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 172 | 0.91 | 0.48 | 0 | 0.33 | 211.54 | 0.83 | 0.37 |
| Hex | 10 | 5A | AC | 5B | 30 | 0 | 21 | D4 | 53 | 25 |
| Octal | 20 | 132 | 254 | 133 | 60 | 0 | 41 | 324 | 123 | 45 |
| Binary | 10000 | 1011010 | 10101100 | 1011011 | 110000 | 0 | 100001 | 11010100 | 1010011 | 100101 |
Color Harmonies of #105AAC
Complementary color
Monochromatic Colors of #105AAC
Black with #105AAC
Text Example
Text Example
White with #105AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105AAC; }
p { color: rgb(16,90,172); }
H1.HeaderClassName
{
color: #105AAC;
}
.AnyTagClassName
{
color: #105AAC;
}
</style>
background-color css
<style>
a { background-color: #105AAC; }
a { background-color: rgb(16,90,172); }
div.DivClassName
{
background-color: #105AAC;
}
.BgClassName
{
background-color: #105AAC;
}
</style>
border-color css
<style>
span { border-color: #105AAC; }
span { border-color: rgb(16,90,172); }
td.TdClassName
{
border-color: #105AAC;
}
.TagClassName
{
border-color: #105AAC;
}
</style>