Shades of Denim #126AC0
Tints of Denim #126AC0
RGB
CMYK
RGB Variations
Color information
#126AC0 (or 0x126AC0) is known color: Denim. HEX triplet: 12, 6A and C0. RGB value is (18,106,192). Sum of RGB (Red+Green+Blue) = 18+106+192=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #126AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126AC0 is #ED953F. Grayscale: #595959. Windows color (decimal): -15570240 or 12610066. OLE color: 12610066.
HSL color Cylindrical-coordinate representation of color #126AC0: hue angle of 209.66º 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 #126AC0 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 106 | 192 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.25 |
| HSL | 209.66º | 0.83% | 0.41% | - |
| HSV(B) | 209.66º | 0.91% | 0.75% | - |
| XYZ | 14.92 | 14.24 | 51.83 | - |
| YUV | 89.49 | 185.85 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 192 | 0.91 | 0.45 | 0 | 0.25 | 209.66 | 0.83 | 0.41 |
| Hex | 12 | 6A | C0 | 5B | 2D | 0 | 19 | D2 | 53 | 29 |
| Octal | 22 | 152 | 300 | 133 | 55 | 0 | 31 | 322 | 123 | 51 |
| Binary | 10010 | 1101010 | 11000000 | 1011011 | 101101 | 0 | 11001 | 11010010 | 1010011 | 101001 |
Color Harmonies of #126AC0
Complementary color
Monochromatic Colors of #126AC0
Black with #126AC0
Text Example
Text Example
White with #126AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126AC0; }
p { color: rgb(18,106,192); }
H1.HeaderClassName
{
color: #126AC0;
}
.AnyTagClassName
{
color: #126AC0;
}
</style>
background-color css
<style>
a { background-color: #126AC0; }
a { background-color: rgb(18,106,192); }
div.DivClassName
{
background-color: #126AC0;
}
.BgClassName
{
background-color: #126AC0;
}
</style>
border-color css
<style>
span { border-color: #126AC0; }
span { border-color: rgb(18,106,192); }
td.TdClassName
{
border-color: #126AC0;
}
.TagClassName
{
border-color: #126AC0;
}
</style>