Shades of Denim #126AAA
Tints of Denim #126AAA
RGB
CMYK
RGB Variations
Color information
#126AAA (or 0x126AAA) is known color: Denim. HEX triplet: 12, 6A and AA. RGB value is (18,106,170). Sum of RGB (Red+Green+Blue) = 18+106+170=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #126AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126AAA is #ED9555. Grayscale: #565656. Windows color (decimal): -15570262 or 11168274. OLE color: 11168274.
HSL color Cylindrical-coordinate representation of color #126AAA: hue angle of 205.26º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #126AAA is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 106 | 170 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.33 |
| HSL | 205.26º | 0.81% | 0.37% | - |
| HSV(B) | 205.26º | 0.89% | 0.67% | - |
| XYZ | 12.66 | 13.34 | 39.94 | - |
| YUV | 86.98 | 174.85 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 170 | 0.89 | 0.38 | 0 | 0.33 | 205.26 | 0.81 | 0.37 |
| Hex | 12 | 6A | AA | 59 | 26 | 0 | 21 | CD | 51 | 25 |
| Octal | 22 | 152 | 252 | 131 | 46 | 0 | 41 | 315 | 121 | 45 |
| Binary | 10010 | 1101010 | 10101010 | 1011001 | 100110 | 0 | 100001 | 11001101 | 1010001 | 100101 |
Color Harmonies of #126AAA
Complementary color
Monochromatic Colors of #126AAA
Black with #126AAA
Text Example
Text Example
White with #126AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126AAA; }
p { color: rgb(18,106,170); }
H1.HeaderClassName
{
color: #126AAA;
}
.AnyTagClassName
{
color: #126AAA;
}
</style>
background-color css
<style>
a { background-color: #126AAA; }
a { background-color: rgb(18,106,170); }
div.DivClassName
{
background-color: #126AAA;
}
.BgClassName
{
background-color: #126AAA;
}
</style>
border-color css
<style>
span { border-color: #126AAA; }
span { border-color: rgb(18,106,170); }
td.TdClassName
{
border-color: #126AAA;
}
.TagClassName
{
border-color: #126AAA;
}
</style>