Shades of Denim #126EBA
Tints of Denim #126EBA
RGB
CMYK
RGB Variations
Color information
#126EBA (or 0x126EBA) is known color: Denim. HEX triplet: 12, 6E and BA. RGB value is (18,110,186). Sum of RGB (Red+Green+Blue) = 18+110+186=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #126EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126EBA is #ED9145. Grayscale: #5A5A5A. Windows color (decimal): -15569222 or 12217874. OLE color: 12217874.
HSL color Cylindrical-coordinate representation of color #126EBA: hue angle of 207.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126EBA is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 110 | 186 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.27 |
| HSL | 207.14º | 0.82% | 0.4% | - |
| HSV(B) | 207.14º | 0.9% | 0.73% | - |
| XYZ | 14.69 | 14.83 | 48.54 | - |
| YUV | 91.16 | 181.52 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 186 | 0.90 | 0.41 | 0 | 0.27 | 207.14 | 0.82 | 0.4 |
| Hex | 12 | 6E | BA | 5A | 29 | 0 | 1B | CF | 52 | 28 |
| Octal | 22 | 156 | 272 | 132 | 51 | 0 | 33 | 317 | 122 | 50 |
| Binary | 10010 | 1101110 | 10111010 | 1011010 | 101001 | 0 | 11011 | 11001111 | 1010010 | 101000 |
Color Harmonies of #126EBA
Complementary color
Monochromatic Colors of #126EBA
Black with #126EBA
Text Example
Text Example
White with #126EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126EBA; }
p { color: rgb(18,110,186); }
H1.HeaderClassName
{
color: #126EBA;
}
.AnyTagClassName
{
color: #126EBA;
}
</style>
background-color css
<style>
a { background-color: #126EBA; }
a { background-color: rgb(18,110,186); }
div.DivClassName
{
background-color: #126EBA;
}
.BgClassName
{
background-color: #126EBA;
}
</style>
border-color css
<style>
span { border-color: #126EBA; }
span { border-color: rgb(18,110,186); }
td.TdClassName
{
border-color: #126EBA;
}
.TagClassName
{
border-color: #126EBA;
}
</style>