Shades of Denim #126DAC
Tints of Denim #126DAC
RGB
CMYK
RGB Variations
Color information
#126DAC (or 0x126DAC) is known color: Denim. HEX triplet: 12, 6D and AC. RGB value is (18,109,172). Sum of RGB (Red+Green+Blue) = 18+109+172=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #126DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126DAC is #ED9253. Grayscale: #585858. Windows color (decimal): -15569492 or 11300114. OLE color: 11300114.
HSL color Cylindrical-coordinate representation of color #126DAC: hue angle of 204.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126DAC is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 109 | 172 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.33 |
| HSL | 204.55º | 0.81% | 0.37% | - |
| HSV(B) | 204.55º | 0.9% | 0.67% | - |
| XYZ | 13.16 | 14.04 | 41.05 | - |
| YUV | 88.97 | 174.85 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 172 | 0.90 | 0.37 | 0 | 0.33 | 204.55 | 0.81 | 0.37 |
| Hex | 12 | 6D | AC | 5A | 25 | 0 | 21 | CD | 51 | 25 |
| Octal | 22 | 155 | 254 | 132 | 45 | 0 | 41 | 315 | 121 | 45 |
| Binary | 10010 | 1101101 | 10101100 | 1011010 | 100101 | 0 | 100001 | 11001101 | 1010001 | 100101 |
Color Harmonies of #126DAC
Complementary color
Monochromatic Colors of #126DAC
Black with #126DAC
Text Example
Text Example
White with #126DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DAC; }
p { color: rgb(18,109,172); }
H1.HeaderClassName
{
color: #126DAC;
}
.AnyTagClassName
{
color: #126DAC;
}
</style>
background-color css
<style>
a { background-color: #126DAC; }
a { background-color: rgb(18,109,172); }
div.DivClassName
{
background-color: #126DAC;
}
.BgClassName
{
background-color: #126DAC;
}
</style>
border-color css
<style>
span { border-color: #126DAC; }
span { border-color: rgb(18,109,172); }
td.TdClassName
{
border-color: #126DAC;
}
.TagClassName
{
border-color: #126DAC;
}
</style>