Shades of Denim #126DC1
Tints of Denim #126DC1
RGB
CMYK
RGB Variations
Color information
#126DC1 (or 0x126DC1) is known color: Denim. HEX triplet: 12, 6D and C1. RGB value is (18,109,193). Sum of RGB (Red+Green+Blue) = 18+109+193=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #126DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DC1 is #ED923E. Grayscale: #5A5A5A. Windows color (decimal): -15569471 or 12676370. OLE color: 12676370.
HSL color Cylindrical-coordinate representation of color #126DC1: hue angle of 208.8º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126DC1 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 109 | 193 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.24 |
| HSL | 208.8º | 0.83% | 0.41% | - |
| HSV(B) | 208.8º | 0.91% | 0.76% | - |
| XYZ | 15.34 | 14.92 | 52.52 | - |
| YUV | 91.37 | 185.35 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 193 | 0.91 | 0.44 | 0 | 0.24 | 208.8 | 0.83 | 0.41 |
| Hex | 12 | 6D | C1 | 5B | 2C | 0 | 18 | D1 | 53 | 29 |
| Octal | 22 | 155 | 301 | 133 | 54 | 0 | 30 | 321 | 123 | 51 |
| Binary | 10010 | 1101101 | 11000001 | 1011011 | 101100 | 0 | 11000 | 11010001 | 1010011 | 101001 |
Color Harmonies of #126DC1
Complementary color
Monochromatic Colors of #126DC1
Black with #126DC1
Text Example
Text Example
White with #126DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DC1; }
p { color: rgb(18,109,193); }
H1.HeaderClassName
{
color: #126DC1;
}
.AnyTagClassName
{
color: #126DC1;
}
</style>
background-color css
<style>
a { background-color: #126DC1; }
a { background-color: rgb(18,109,193); }
div.DivClassName
{
background-color: #126DC1;
}
.BgClassName
{
background-color: #126DC1;
}
</style>
border-color css
<style>
span { border-color: #126DC1; }
span { border-color: rgb(18,109,193); }
td.TdClassName
{
border-color: #126DC1;
}
.TagClassName
{
border-color: #126DC1;
}
</style>