Shades of Denim #126CAF
Tints of Denim #126CAF
RGB
CMYK
RGB Variations
Color information
#126CAF (or 0x126CAF) is known color: Denim. HEX triplet: 12, 6C and AF. RGB value is (18,108,175). Sum of RGB (Red+Green+Blue) = 18+108+175=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #126CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126CAF is #ED9350. Grayscale: #585858. Windows color (decimal): -15569745 or 11496466. OLE color: 11496466.
HSL color Cylindrical-coordinate representation of color #126CAF: hue angle of 205.61º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126CAF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 108 | 175 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.31 |
| HSL | 205.61º | 0.81% | 0.38% | - |
| HSV(B) | 205.61º | 0.9% | 0.69% | - |
| XYZ | 13.35 | 13.95 | 42.55 | - |
| YUV | 88.73 | 176.68 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 175 | 0.90 | 0.38 | 0 | 0.31 | 205.61 | 0.81 | 0.38 |
| Hex | 12 | 6C | AF | 5A | 26 | 0 | 1F | CE | 51 | 26 |
| Octal | 22 | 154 | 257 | 132 | 46 | 0 | 37 | 316 | 121 | 46 |
| Binary | 10010 | 1101100 | 10101111 | 1011010 | 100110 | 0 | 11111 | 11001110 | 1010001 | 100110 |
Color Harmonies of #126CAF
Complementary color
Monochromatic Colors of #126CAF
Black with #126CAF
Text Example
Text Example
White with #126CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CAF; }
p { color: rgb(18,108,175); }
H1.HeaderClassName
{
color: #126CAF;
}
.AnyTagClassName
{
color: #126CAF;
}
</style>
background-color css
<style>
a { background-color: #126CAF; }
a { background-color: rgb(18,108,175); }
div.DivClassName
{
background-color: #126CAF;
}
.BgClassName
{
background-color: #126CAF;
}
</style>
border-color css
<style>
span { border-color: #126CAF; }
span { border-color: rgb(18,108,175); }
td.TdClassName
{
border-color: #126CAF;
}
.TagClassName
{
border-color: #126CAF;
}
</style>