Shades of Denim #126FBA
Tints of Denim #126FBA
RGB
CMYK
RGB Variations
Color information
#126FBA (or 0x126FBA) is known color: Denim. HEX triplet: 12, 6F and BA. RGB value is (18,111,186). Sum of RGB (Red+Green+Blue) = 18+111+186=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #126FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126FBA is #ED9045. Grayscale: #5B5B5B. Windows color (decimal): -15568966 or 12218130. OLE color: 12218130.
HSL color Cylindrical-coordinate representation of color #126FBA: hue angle of 206.79º 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 #126FBA is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 111 | 186 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.27 |
| HSL | 206.79º | 0.82% | 0.4% | - |
| HSV(B) | 206.79º | 0.9% | 0.73% | - |
| XYZ | 14.8 | 15.04 | 48.58 | - |
| YUV | 91.74 | 181.19 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 186 | 0.90 | 0.40 | 0 | 0.27 | 206.79 | 0.82 | 0.4 |
| Hex | 12 | 6F | BA | 5A | 28 | 0 | 1B | CF | 52 | 28 |
| Octal | 22 | 157 | 272 | 132 | 50 | 0 | 33 | 317 | 122 | 50 |
| Binary | 10010 | 1101111 | 10111010 | 1011010 | 101000 | 0 | 11011 | 11001111 | 1010010 | 101000 |
Color Harmonies of #126FBA
Complementary color
Monochromatic Colors of #126FBA
Black with #126FBA
Text Example
Text Example
White with #126FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126FBA; }
p { color: rgb(18,111,186); }
H1.HeaderClassName
{
color: #126FBA;
}
.AnyTagClassName
{
color: #126FBA;
}
</style>
background-color css
<style>
a { background-color: #126FBA; }
a { background-color: rgb(18,111,186); }
div.DivClassName
{
background-color: #126FBA;
}
.BgClassName
{
background-color: #126FBA;
}
</style>
border-color css
<style>
span { border-color: #126FBA; }
span { border-color: rgb(18,111,186); }
td.TdClassName
{
border-color: #126FBA;
}
.TagClassName
{
border-color: #126FBA;
}
</style>