Shades of Denim #126CC0
Tints of Denim #126CC0
RGB
CMYK
RGB Variations
Color information
#126CC0 (or 0x126CC0) is known color: Denim. HEX triplet: 12, 6C and C0. RGB value is (18,108,192). Sum of RGB (Red+Green+Blue) = 18+108+192=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #126CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CC0 is #ED933F. Grayscale: #5A5A5A. Windows color (decimal): -15569728 or 12610578. OLE color: 12610578.
HSL color Cylindrical-coordinate representation of color #126CC0: hue angle of 208.97º 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 #126CC0 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 108 | 192 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.25 |
| HSL | 208.97º | 0.83% | 0.41% | - |
| HSV(B) | 208.97º | 0.91% | 0.75% | - |
| XYZ | 15.13 | 14.66 | 51.9 | - |
| YUV | 90.67 | 185.18 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 192 | 0.91 | 0.44 | 0 | 0.25 | 208.97 | 0.83 | 0.41 |
| Hex | 12 | 6C | C0 | 5B | 2C | 0 | 19 | D1 | 53 | 29 |
| Octal | 22 | 154 | 300 | 133 | 54 | 0 | 31 | 321 | 123 | 51 |
| Binary | 10010 | 1101100 | 11000000 | 1011011 | 101100 | 0 | 11001 | 11010001 | 1010011 | 101001 |
Color Harmonies of #126CC0
Complementary color
Monochromatic Colors of #126CC0
Black with #126CC0
Text Example
Text Example
White with #126CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CC0; }
p { color: rgb(18,108,192); }
H1.HeaderClassName
{
color: #126CC0;
}
.AnyTagClassName
{
color: #126CC0;
}
</style>
background-color css
<style>
a { background-color: #126CC0; }
a { background-color: rgb(18,108,192); }
div.DivClassName
{
background-color: #126CC0;
}
.BgClassName
{
background-color: #126CC0;
}
</style>
border-color css
<style>
span { border-color: #126CC0; }
span { border-color: rgb(18,108,192); }
td.TdClassName
{
border-color: #126CC0;
}
.TagClassName
{
border-color: #126CC0;
}
</style>