Shades of Denim #126BAA
Tints of Denim #126BAA
RGB
CMYK
RGB Variations
Color information
#126BAA (or 0x126BAA) is known color: Denim. HEX triplet: 12, 6B and AA. RGB value is (18,107,170). Sum of RGB (Red+Green+Blue) = 18+107+170=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #126BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126BAA is #ED9455. Grayscale: #575757. Windows color (decimal): -15570006 or 11168530. OLE color: 11168530.
HSL color Cylindrical-coordinate representation of color #126BAA: hue angle of 204.87º 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 #126BAA is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 107 | 170 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.33 |
| HSL | 204.87º | 0.81% | 0.37% | - |
| HSV(B) | 204.87º | 0.89% | 0.67% | - |
| XYZ | 12.76 | 13.55 | 39.97 | - |
| YUV | 87.57 | 174.51 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 170 | 0.89 | 0.37 | 0 | 0.33 | 204.87 | 0.81 | 0.37 |
| Hex | 12 | 6B | AA | 59 | 25 | 0 | 21 | CD | 51 | 25 |
| Octal | 22 | 153 | 252 | 131 | 45 | 0 | 41 | 315 | 121 | 45 |
| Binary | 10010 | 1101011 | 10101010 | 1011001 | 100101 | 0 | 100001 | 11001101 | 1010001 | 100101 |
Color Harmonies of #126BAA
Complementary color
Monochromatic Colors of #126BAA
Black with #126BAA
Text Example
Text Example
White with #126BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126BAA; }
p { color: rgb(18,107,170); }
H1.HeaderClassName
{
color: #126BAA;
}
.AnyTagClassName
{
color: #126BAA;
}
</style>
background-color css
<style>
a { background-color: #126BAA; }
a { background-color: rgb(18,107,170); }
div.DivClassName
{
background-color: #126BAA;
}
.BgClassName
{
background-color: #126BAA;
}
</style>
border-color css
<style>
span { border-color: #126BAA; }
span { border-color: rgb(18,107,170); }
td.TdClassName
{
border-color: #126BAA;
}
.TagClassName
{
border-color: #126BAA;
}
</style>