Shades of Denim #126AB1
Tints of Denim #126AB1
RGB
CMYK
RGB Variations
Color information
#126AB1 (or 0x126AB1) is known color: Denim. HEX triplet: 12, 6A and B1. RGB value is (18,106,177). Sum of RGB (Red+Green+Blue) = 18+106+177=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 177 (69.53% from 255 or 58.80% from 301); Max value from RGB is 177 - color contains mainly: blue. Hex color #126AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126AB1 is #ED954E. Grayscale: #575757. Windows color (decimal): -15570255 or 11627026. OLE color: 11627026.
HSL color Cylindrical-coordinate representation of color #126AB1: hue angle of 206.79º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126AB1 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 106 | 177 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.31 |
| HSL | 206.79º | 0.82% | 0.38% | - |
| HSV(B) | 206.79º | 0.9% | 0.69% | - |
| XYZ | 13.34 | 13.61 | 43.52 | - |
| YUV | 87.78 | 178.35 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 177 | 0.90 | 0.40 | 0 | 0.31 | 206.79 | 0.82 | 0.38 |
| Hex | 12 | 6A | B1 | 5A | 28 | 0 | 1F | CF | 52 | 26 |
| Octal | 22 | 152 | 261 | 132 | 50 | 0 | 37 | 317 | 122 | 46 |
| Binary | 10010 | 1101010 | 10110001 | 1011010 | 101000 | 0 | 11111 | 11001111 | 1010010 | 100110 |
Color Harmonies of #126AB1
Complementary color
Monochromatic Colors of #126AB1
Black with #126AB1
Text Example
Text Example
White with #126AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126AB1; }
p { color: rgb(18,106,177); }
H1.HeaderClassName
{
color: #126AB1;
}
.AnyTagClassName
{
color: #126AB1;
}
</style>
background-color css
<style>
a { background-color: #126AB1; }
a { background-color: rgb(18,106,177); }
div.DivClassName
{
background-color: #126AB1;
}
.BgClassName
{
background-color: #126AB1;
}
</style>
border-color css
<style>
span { border-color: #126AB1; }
span { border-color: rgb(18,106,177); }
td.TdClassName
{
border-color: #126AB1;
}
.TagClassName
{
border-color: #126AB1;
}
</style>