Shades of Denim #126BBC
Tints of Denim #126BBC
RGB
CMYK
RGB Variations
Color information
#126BBC (or 0x126BBC) is known color: Denim. HEX triplet: 12, 6B and BC. RGB value is (18,107,188). Sum of RGB (Red+Green+Blue) = 18+107+188=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #126BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BBC is #ED9443. Grayscale: #595959. Windows color (decimal): -15569988 or 12348178. OLE color: 12348178.
HSL color Cylindrical-coordinate representation of color #126BBC: hue angle of 208.59º 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 #126BBC is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 107 | 188 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.26 |
| HSL | 208.59º | 0.83% | 0.4% | - |
| HSV(B) | 208.59º | 0.9% | 0.74% | - |
| XYZ | 14.58 | 14.27 | 49.56 | - |
| YUV | 89.62 | 183.51 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 188 | 0.90 | 0.43 | 0 | 0.26 | 208.59 | 0.83 | 0.4 |
| Hex | 12 | 6B | BC | 5A | 2B | 0 | 1A | D1 | 53 | 28 |
| Octal | 22 | 153 | 274 | 132 | 53 | 0 | 32 | 321 | 123 | 50 |
| Binary | 10010 | 1101011 | 10111100 | 1011010 | 101011 | 0 | 11010 | 11010001 | 1010011 | 101000 |
Color Harmonies of #126BBC
Complementary color
Monochromatic Colors of #126BBC
Black with #126BBC
Text Example
Text Example
White with #126BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126BBC; }
p { color: rgb(18,107,188); }
H1.HeaderClassName
{
color: #126BBC;
}
.AnyTagClassName
{
color: #126BBC;
}
</style>
background-color css
<style>
a { background-color: #126BBC; }
a { background-color: rgb(18,107,188); }
div.DivClassName
{
background-color: #126BBC;
}
.BgClassName
{
background-color: #126BBC;
}
</style>
border-color css
<style>
span { border-color: #126BBC; }
span { border-color: rgb(18,107,188); }
td.TdClassName
{
border-color: #126BBC;
}
.TagClassName
{
border-color: #126BBC;
}
</style>