Shades of Denim #126BBA
Tints of Denim #126BBA
RGB
CMYK
RGB Variations
Color information
#126BBA (or 0x126BBA) is known color: Denim. HEX triplet: 12, 6B and BA. RGB value is (18,107,186). Sum of RGB (Red+Green+Blue) = 18+107+186=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #126BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BBA is #ED9445. Grayscale: #585858. Windows color (decimal): -15569990 or 12217106. OLE color: 12217106.
HSL color Cylindrical-coordinate representation of color #126BBA: hue angle of 208.21º 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 #126BBA is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 107 | 186 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.27 |
| HSL | 208.21º | 0.82% | 0.4% | - |
| HSV(B) | 208.21º | 0.9% | 0.73% | - |
| XYZ | 14.37 | 14.19 | 48.44 | - |
| YUV | 89.4 | 182.51 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 186 | 0.90 | 0.42 | 0 | 0.27 | 208.21 | 0.82 | 0.4 |
| Hex | 12 | 6B | BA | 5A | 2A | 0 | 1B | D0 | 52 | 28 |
| Octal | 22 | 153 | 272 | 132 | 52 | 0 | 33 | 320 | 122 | 50 |
| Binary | 10010 | 1101011 | 10111010 | 1011010 | 101010 | 0 | 11011 | 11010000 | 1010010 | 101000 |
Color Harmonies of #126BBA
Complementary color
Monochromatic Colors of #126BBA
Black with #126BBA
Text Example
Text Example
White with #126BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126BBA; }
p { color: rgb(18,107,186); }
H1.HeaderClassName
{
color: #126BBA;
}
.AnyTagClassName
{
color: #126BBA;
}
</style>
background-color css
<style>
a { background-color: #126BBA; }
a { background-color: rgb(18,107,186); }
div.DivClassName
{
background-color: #126BBA;
}
.BgClassName
{
background-color: #126BBA;
}
</style>
border-color css
<style>
span { border-color: #126BBA; }
span { border-color: rgb(18,107,186); }
td.TdClassName
{
border-color: #126BBA;
}
.TagClassName
{
border-color: #126BBA;
}
</style>