Shades of Denim #126EC0
Tints of Denim #126EC0
RGB
CMYK
RGB Variations
Color information
#126EC0 (or 0x126EC0) is known color: Denim. HEX triplet: 12, 6E and C0. RGB value is (18,110,192). Sum of RGB (Red+Green+Blue) = 18+110+192=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #126EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126EC0 is #ED913F. Grayscale: #5B5B5B. Windows color (decimal): -15569216 or 12611090. OLE color: 12611090.
HSL color Cylindrical-coordinate representation of color #126EC0: hue angle of 208.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126EC0 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 110 | 192 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.25 |
| HSL | 208.28º | 0.83% | 0.41% | - |
| HSV(B) | 208.28º | 0.91% | 0.75% | - |
| XYZ | 15.34 | 15.09 | 51.97 | - |
| YUV | 91.84 | 184.52 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 192 | 0.91 | 0.43 | 0 | 0.25 | 208.28 | 0.83 | 0.41 |
| Hex | 12 | 6E | C0 | 5B | 2B | 0 | 19 | D0 | 53 | 29 |
| Octal | 22 | 156 | 300 | 133 | 53 | 0 | 31 | 320 | 123 | 51 |
| Binary | 10010 | 1101110 | 11000000 | 1011011 | 101011 | 0 | 11001 | 11010000 | 1010011 | 101001 |
Color Harmonies of #126EC0
Complementary color
Monochromatic Colors of #126EC0
Black with #126EC0
Text Example
Text Example
White with #126EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126EC0; }
p { color: rgb(18,110,192); }
H1.HeaderClassName
{
color: #126EC0;
}
.AnyTagClassName
{
color: #126EC0;
}
</style>
background-color css
<style>
a { background-color: #126EC0; }
a { background-color: rgb(18,110,192); }
div.DivClassName
{
background-color: #126EC0;
}
.BgClassName
{
background-color: #126EC0;
}
</style>
border-color css
<style>
span { border-color: #126EC0; }
span { border-color: rgb(18,110,192); }
td.TdClassName
{
border-color: #126EC0;
}
.TagClassName
{
border-color: #126EC0;
}
</style>