Shades of Denim #126ABB
Tints of Denim #126ABB
RGB
CMYK
RGB Variations
Color information
#126ABB (or 0x126ABB) is known color: Denim. HEX triplet: 12, 6A and BB. RGB value is (18,106,187). Sum of RGB (Red+Green+Blue) = 18+106+187=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #126ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ABB is #ED9544. Grayscale: #585858. Windows color (decimal): -15570245 or 12282386. OLE color: 12282386.
HSL color Cylindrical-coordinate representation of color #126ABB: hue angle of 208.76º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126ABB is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 106 | 187 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.27 |
| HSL | 208.76º | 0.82% | 0.4% | - |
| HSV(B) | 208.76º | 0.9% | 0.73% | - |
| XYZ | 14.37 | 14.02 | 48.96 | - |
| YUV | 88.92 | 183.35 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 187 | 0.90 | 0.43 | 0 | 0.27 | 208.76 | 0.82 | 0.4 |
| Hex | 12 | 6A | BB | 5A | 2B | 0 | 1B | D1 | 52 | 28 |
| Octal | 22 | 152 | 273 | 132 | 53 | 0 | 33 | 321 | 122 | 50 |
| Binary | 10010 | 1101010 | 10111011 | 1011010 | 101011 | 0 | 11011 | 11010001 | 1010010 | 101000 |
Color Harmonies of #126ABB
Complementary color
Monochromatic Colors of #126ABB
Black with #126ABB
Text Example
Text Example
White with #126ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126ABB; }
p { color: rgb(18,106,187); }
H1.HeaderClassName
{
color: #126ABB;
}
.AnyTagClassName
{
color: #126ABB;
}
</style>
background-color css
<style>
a { background-color: #126ABB; }
a { background-color: rgb(18,106,187); }
div.DivClassName
{
background-color: #126ABB;
}
.BgClassName
{
background-color: #126ABB;
}
</style>
border-color css
<style>
span { border-color: #126ABB; }
span { border-color: rgb(18,106,187); }
td.TdClassName
{
border-color: #126ABB;
}
.TagClassName
{
border-color: #126ABB;
}
</style>