Shades of Denim #105AAA
Tints of Denim #105AAA
RGB
CMYK
RGB Variations
Color information
#105AAA (or 0x105AAA) is known color: Denim. HEX triplet: 10, 5A and AA. RGB value is (16,90,170). Sum of RGB (Red+Green+Blue) = 16+90+170=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #105AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105AAA is #EFA555. Grayscale: #4C4C4C. Windows color (decimal): -15705430 or 11164176. OLE color: 11164176.
HSL color Cylindrical-coordinate representation of color #105AAA: hue angle of 211.17º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105AAA is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 90 | 170 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.33 |
| HSL | 211.17º | 0.83% | 0.36% | - |
| HSV(B) | 211.17º | 0.91% | 0.67% | - |
| XYZ | 11.13 | 10.32 | 39.44 | - |
| YUV | 76.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 170 | 0.91 | 0.47 | 0 | 0.33 | 211.17 | 0.83 | 0.36 |
| Hex | 10 | 5A | AA | 5B | 2F | 0 | 21 | D3 | 53 | 24 |
| Octal | 20 | 132 | 252 | 133 | 57 | 0 | 41 | 323 | 123 | 44 |
| Binary | 10000 | 1011010 | 10101010 | 1011011 | 101111 | 0 | 100001 | 11010011 | 1010011 | 100100 |
Color Harmonies of #105AAA
Complementary color
Monochromatic Colors of #105AAA
Black with #105AAA
Text Example
Text Example
White with #105AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105AAA; }
p { color: rgb(16,90,170); }
H1.HeaderClassName
{
color: #105AAA;
}
.AnyTagClassName
{
color: #105AAA;
}
</style>
background-color css
<style>
a { background-color: #105AAA; }
a { background-color: rgb(16,90,170); }
div.DivClassName
{
background-color: #105AAA;
}
.BgClassName
{
background-color: #105AAA;
}
</style>
border-color css
<style>
span { border-color: #105AAA; }
span { border-color: rgb(16,90,170); }
td.TdClassName
{
border-color: #105AAA;
}
.TagClassName
{
border-color: #105AAA;
}
</style>