Shades of Denim #126DB2
Tints of Denim #126DB2
RGB
CMYK
RGB Variations
Color information
#126DB2 (or 0x126DB2) is known color: Denim. HEX triplet: 12, 6D and B2. RGB value is (18,109,178). Sum of RGB (Red+Green+Blue) = 18+109+178=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #126DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126DB2 is #ED924D. Grayscale: #595959. Windows color (decimal): -15569486 or 11693330. OLE color: 11693330.
HSL color Cylindrical-coordinate representation of color #126DB2: hue angle of 205.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126DB2 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 109 | 178 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.30 |
| HSL | 205.88º | 0.82% | 0.38% | - |
| HSV(B) | 205.88º | 0.9% | 0.7% | - |
| XYZ | 13.75 | 14.28 | 44.15 | - |
| YUV | 89.66 | 177.85 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 178 | 0.90 | 0.39 | 0 | 0.30 | 205.88 | 0.82 | 0.38 |
| Hex | 12 | 6D | B2 | 5A | 27 | 0 | 1E | CE | 52 | 26 |
| Octal | 22 | 155 | 262 | 132 | 47 | 0 | 36 | 316 | 122 | 46 |
| Binary | 10010 | 1101101 | 10110010 | 1011010 | 100111 | 0 | 11110 | 11001110 | 1010010 | 100110 |
Color Harmonies of #126DB2
Complementary color
Monochromatic Colors of #126DB2
Black with #126DB2
Text Example
Text Example
White with #126DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DB2; }
p { color: rgb(18,109,178); }
H1.HeaderClassName
{
color: #126DB2;
}
.AnyTagClassName
{
color: #126DB2;
}
</style>
background-color css
<style>
a { background-color: #126DB2; }
a { background-color: rgb(18,109,178); }
div.DivClassName
{
background-color: #126DB2;
}
.BgClassName
{
background-color: #126DB2;
}
</style>
border-color css
<style>
span { border-color: #126DB2; }
span { border-color: rgb(18,109,178); }
td.TdClassName
{
border-color: #126DB2;
}
.TagClassName
{
border-color: #126DB2;
}
</style>