Shades of Denim #126CBC
Tints of Denim #126CBC
RGB
CMYK
RGB Variations
Color information
#126CBC (or 0x126CBC) is known color: Denim. HEX triplet: 12, 6C and BC. RGB value is (18,108,188). Sum of RGB (Red+Green+Blue) = 18+108+188=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #126CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CBC is #ED9343. Grayscale: #595959. Windows color (decimal): -15569732 or 12348434. OLE color: 12348434.
HSL color Cylindrical-coordinate representation of color #126CBC: hue angle of 208.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126CBC is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 108 | 188 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.26 |
| HSL | 208.24º | 0.83% | 0.4% | - |
| HSV(B) | 208.24º | 0.9% | 0.74% | - |
| XYZ | 14.69 | 14.48 | 49.6 | - |
| YUV | 90.21 | 183.18 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 188 | 0.90 | 0.43 | 0 | 0.26 | 208.24 | 0.83 | 0.4 |
| Hex | 12 | 6C | BC | 5A | 2B | 0 | 1A | D0 | 53 | 28 |
| Octal | 22 | 154 | 274 | 132 | 53 | 0 | 32 | 320 | 123 | 50 |
| Binary | 10010 | 1101100 | 10111100 | 1011010 | 101011 | 0 | 11010 | 11010000 | 1010011 | 101000 |
Color Harmonies of #126CBC
Complementary color
Monochromatic Colors of #126CBC
Black with #126CBC
Text Example
Text Example
White with #126CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CBC; }
p { color: rgb(18,108,188); }
H1.HeaderClassName
{
color: #126CBC;
}
.AnyTagClassName
{
color: #126CBC;
}
</style>
background-color css
<style>
a { background-color: #126CBC; }
a { background-color: rgb(18,108,188); }
div.DivClassName
{
background-color: #126CBC;
}
.BgClassName
{
background-color: #126CBC;
}
</style>
border-color css
<style>
span { border-color: #126CBC; }
span { border-color: rgb(18,108,188); }
td.TdClassName
{
border-color: #126CBC;
}
.TagClassName
{
border-color: #126CBC;
}
</style>