Shades of Denim #126DB7
Tints of Denim #126DB7
RGB
CMYK
RGB Variations
Color information
#126DB7 (or 0x126DB7) is known color: Denim. HEX triplet: 12, 6D and B7. RGB value is (18,109,183). Sum of RGB (Red+Green+Blue) = 18+109+183=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #126DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DB7 is #ED9248. Grayscale: #595959. Windows color (decimal): -15569481 or 12021010. OLE color: 12021010.
HSL color Cylindrical-coordinate representation of color #126DB7: hue angle of 206.91º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126DB7 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 109 | 183 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.28 |
| HSL | 206.91º | 0.82% | 0.39% | - |
| HSV(B) | 206.91º | 0.9% | 0.72% | - |
| XYZ | 14.27 | 14.48 | 46.84 | - |
| YUV | 90.23 | 180.35 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 183 | 0.90 | 0.40 | 0 | 0.28 | 206.91 | 0.82 | 0.39 |
| Hex | 12 | 6D | B7 | 5A | 28 | 0 | 1C | CF | 52 | 27 |
| Octal | 22 | 155 | 267 | 132 | 50 | 0 | 34 | 317 | 122 | 47 |
| Binary | 10010 | 1101101 | 10110111 | 1011010 | 101000 | 0 | 11100 | 11001111 | 1010010 | 100111 |
Color Harmonies of #126DB7
Complementary color
Monochromatic Colors of #126DB7
Black with #126DB7
Text Example
Text Example
White with #126DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DB7; }
p { color: rgb(18,109,183); }
H1.HeaderClassName
{
color: #126DB7;
}
.AnyTagClassName
{
color: #126DB7;
}
</style>
background-color css
<style>
a { background-color: #126DB7; }
a { background-color: rgb(18,109,183); }
div.DivClassName
{
background-color: #126DB7;
}
.BgClassName
{
background-color: #126DB7;
}
</style>
border-color css
<style>
span { border-color: #126DB7; }
span { border-color: rgb(18,109,183); }
td.TdClassName
{
border-color: #126DB7;
}
.TagClassName
{
border-color: #126DB7;
}
</style>