Shades of Denim #126ABC
Tints of Denim #126ABC
RGB
CMYK
RGB Variations
Color information
#126ABC (or 0x126ABC) is known color: Denim. HEX triplet: 12, 6A and BC. RGB value is (18,106,188). Sum of RGB (Red+Green+Blue) = 18+106+188=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #126ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ABC is #ED9543. Grayscale: #585858. Windows color (decimal): -15570244 or 12347922. OLE color: 12347922.
HSL color Cylindrical-coordinate representation of color #126ABC: hue angle of 208.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126ABC is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 106 | 188 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.26 |
| HSL | 208.94º | 0.83% | 0.4% | - |
| HSV(B) | 208.94º | 0.9% | 0.74% | - |
| XYZ | 14.48 | 14.07 | 49.53 | - |
| YUV | 89.04 | 183.85 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 188 | 0.90 | 0.44 | 0 | 0.26 | 208.94 | 0.83 | 0.4 |
| Hex | 12 | 6A | BC | 5A | 2C | 0 | 1A | D1 | 53 | 28 |
| Octal | 22 | 152 | 274 | 132 | 54 | 0 | 32 | 321 | 123 | 50 |
| Binary | 10010 | 1101010 | 10111100 | 1011010 | 101100 | 0 | 11010 | 11010001 | 1010011 | 101000 |
Color Harmonies of #126ABC
Complementary color
Monochromatic Colors of #126ABC
Black with #126ABC
Text Example
Text Example
White with #126ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126ABC; }
p { color: rgb(18,106,188); }
H1.HeaderClassName
{
color: #126ABC;
}
.AnyTagClassName
{
color: #126ABC;
}
</style>
background-color css
<style>
a { background-color: #126ABC; }
a { background-color: rgb(18,106,188); }
div.DivClassName
{
background-color: #126ABC;
}
.BgClassName
{
background-color: #126ABC;
}
</style>
border-color css
<style>
span { border-color: #126ABC; }
span { border-color: rgb(18,106,188); }
td.TdClassName
{
border-color: #126ABC;
}
.TagClassName
{
border-color: #126ABC;
}
</style>