Shades of Denim #126BC1
Tints of Denim #126BC1
RGB
CMYK
RGB Variations
Color information
#126BC1 (or 0x126BC1) is known color: Denim. HEX triplet: 12, 6B and C1. RGB value is (18,107,193). Sum of RGB (Red+Green+Blue) = 18+107+193=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 193 (75.78% from 255 or 60.69% from 318); Max value from RGB is 193 - color contains mainly: blue. Hex color #126BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BC1 is #ED943E. Grayscale: #595959. Windows color (decimal): -15569983 or 12675858. OLE color: 12675858.
HSL color Cylindrical-coordinate representation of color #126BC1: hue angle of 209.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126BC1 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 107 | 193 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.24 |
| HSL | 209.49º | 0.83% | 0.41% | - |
| HSV(B) | 209.49º | 0.91% | 0.76% | - |
| XYZ | 15.13 | 14.49 | 52.45 | - |
| YUV | 90.19 | 186.01 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 193 | 0.91 | 0.45 | 0 | 0.24 | 209.49 | 0.83 | 0.41 |
| Hex | 12 | 6B | C1 | 5B | 2D | 0 | 18 | D1 | 53 | 29 |
| Octal | 22 | 153 | 301 | 133 | 55 | 0 | 30 | 321 | 123 | 51 |
| Binary | 10010 | 1101011 | 11000001 | 1011011 | 101101 | 0 | 11000 | 11010001 | 1010011 | 101001 |
Color Harmonies of #126BC1
Complementary color
Monochromatic Colors of #126BC1
Black with #126BC1
Text Example
Text Example
White with #126BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126BC1; }
p { color: rgb(18,107,193); }
H1.HeaderClassName
{
color: #126BC1;
}
.AnyTagClassName
{
color: #126BC1;
}
</style>
background-color css
<style>
a { background-color: #126BC1; }
a { background-color: rgb(18,107,193); }
div.DivClassName
{
background-color: #126BC1;
}
.BgClassName
{
background-color: #126BC1;
}
</style>
border-color css
<style>
span { border-color: #126BC1; }
span { border-color: rgb(18,107,193); }
td.TdClassName
{
border-color: #126BC1;
}
.TagClassName
{
border-color: #126BC1;
}
</style>