Shades of Denim #126BB2
Tints of Denim #126BB2
RGB
CMYK
RGB Variations
Color information
#126BB2 (or 0x126BB2) is known color: Denim. HEX triplet: 12, 6B and B2. RGB value is (18,107,178). Sum of RGB (Red+Green+Blue) = 18+107+178=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 178 (69.92% from 255 or 58.75% from 303); Max value from RGB is 178 - color contains mainly: blue. Hex color #126BB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126BB2 is #ED944D. Grayscale: #585858. Windows color (decimal): -15569998 or 11692818. OLE color: 11692818.
HSL color Cylindrical-coordinate representation of color #126BB2: hue angle of 206.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126BB2 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 107 | 178 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.30 |
| HSL | 206.63º | 0.82% | 0.38% | - |
| HSV(B) | 206.63º | 0.9% | 0.7% | - |
| XYZ | 13.54 | 13.86 | 44.08 | - |
| YUV | 88.48 | 178.51 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 178 | 0.90 | 0.40 | 0 | 0.30 | 206.63 | 0.82 | 0.38 |
| Hex | 12 | 6B | B2 | 5A | 28 | 0 | 1E | CF | 52 | 26 |
| Octal | 22 | 153 | 262 | 132 | 50 | 0 | 36 | 317 | 122 | 46 |
| Binary | 10010 | 1101011 | 10110010 | 1011010 | 101000 | 0 | 11110 | 11001111 | 1010010 | 100110 |
Color Harmonies of #126BB2
Complementary color
Monochromatic Colors of #126BB2
Black with #126BB2
Text Example
Text Example
White with #126BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126BB2; }
p { color: rgb(18,107,178); }
H1.HeaderClassName
{
color: #126BB2;
}
.AnyTagClassName
{
color: #126BB2;
}
</style>
background-color css
<style>
a { background-color: #126BB2; }
a { background-color: rgb(18,107,178); }
div.DivClassName
{
background-color: #126BB2;
}
.BgClassName
{
background-color: #126BB2;
}
</style>
border-color css
<style>
span { border-color: #126BB2; }
span { border-color: rgb(18,107,178); }
td.TdClassName
{
border-color: #126BB2;
}
.TagClassName
{
border-color: #126BB2;
}
</style>