Shades of Denim #126DC9
Tints of Denim #126DC9
RGB
CMYK
RGB Variations
Color information
#126DC9 (or 0x126DC9) is known color: Denim. HEX triplet: 12, 6D and C9. RGB value is (18,109,201). Sum of RGB (Red+Green+Blue) = 18+109+201=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 201 (78.91% from 255 or 61.28% from 328); Max value from RGB is 201 - color contains mainly: blue. Hex color #126DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DC9 is #ED9236. Grayscale: #5B5B5B. Windows color (decimal): -15569463 or 13200658. OLE color: 13200658.
HSL color Cylindrical-coordinate representation of color #126DC9: hue angle of 210.16º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126DC9 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 109 | 201 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.21 |
| HSL | 210.16º | 0.84% | 0.43% | - |
| HSV(B) | 210.16º | 0.91% | 0.79% | - |
| XYZ | 16.26 | 15.28 | 57.35 | - |
| YUV | 92.28 | 189.35 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 201 | 0.91 | 0.46 | 0 | 0.21 | 210.16 | 0.84 | 0.43 |
| Hex | 12 | 6D | C9 | 5B | 2E | 0 | 15 | D2 | 54 | 2B |
| Octal | 22 | 155 | 311 | 133 | 56 | 0 | 25 | 322 | 124 | 53 |
| Binary | 10010 | 1101101 | 11001001 | 1011011 | 101110 | 0 | 10101 | 11010010 | 1010100 | 101011 |
Color Harmonies of #126DC9
Complementary color
Monochromatic Colors of #126DC9
Black with #126DC9
Text Example
Text Example
White with #126DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DC9; }
p { color: rgb(18,109,201); }
H1.HeaderClassName
{
color: #126DC9;
}
.AnyTagClassName
{
color: #126DC9;
}
</style>
background-color css
<style>
a { background-color: #126DC9; }
a { background-color: rgb(18,109,201); }
div.DivClassName
{
background-color: #126DC9;
}
.BgClassName
{
background-color: #126DC9;
}
</style>
border-color css
<style>
span { border-color: #126DC9; }
span { border-color: rgb(18,109,201); }
td.TdClassName
{
border-color: #126DC9;
}
.TagClassName
{
border-color: #126DC9;
}
</style>