Shades of Denim #126CB8
Tints of Denim #126CB8
RGB
CMYK
RGB Variations
Color information
#126CB8 (or 0x126CB8) is known color: Denim. HEX triplet: 12, 6C and B8. RGB value is (18,108,184). Sum of RGB (Red+Green+Blue) = 18+108+184=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 184 (72.27% from 255 or 59.35% from 310); Max value from RGB is 184 - color contains mainly: blue. Hex color #126CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CB8 is #ED9347. Grayscale: #595959. Windows color (decimal): -15569736 or 12086290. OLE color: 12086290.
HSL color Cylindrical-coordinate representation of color #126CB8: hue angle of 207.47º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126CB8 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 108 | 184 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.28 |
| HSL | 207.47º | 0.82% | 0.4% | - |
| HSV(B) | 207.47º | 0.9% | 0.72% | - |
| XYZ | 14.26 | 14.31 | 47.36 | - |
| YUV | 89.75 | 181.18 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 184 | 0.90 | 0.41 | 0 | 0.28 | 207.47 | 0.82 | 0.4 |
| Hex | 12 | 6C | B8 | 5A | 29 | 0 | 1C | CF | 52 | 28 |
| Octal | 22 | 154 | 270 | 132 | 51 | 0 | 34 | 317 | 122 | 50 |
| Binary | 10010 | 1101100 | 10111000 | 1011010 | 101001 | 0 | 11100 | 11001111 | 1010010 | 101000 |
Color Harmonies of #126CB8
Complementary color
Monochromatic Colors of #126CB8
Black with #126CB8
Text Example
Text Example
White with #126CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CB8; }
p { color: rgb(18,108,184); }
H1.HeaderClassName
{
color: #126CB8;
}
.AnyTagClassName
{
color: #126CB8;
}
</style>
background-color css
<style>
a { background-color: #126CB8; }
a { background-color: rgb(18,108,184); }
div.DivClassName
{
background-color: #126CB8;
}
.BgClassName
{
background-color: #126CB8;
}
</style>
border-color css
<style>
span { border-color: #126CB8; }
span { border-color: rgb(18,108,184); }
td.TdClassName
{
border-color: #126CB8;
}
.TagClassName
{
border-color: #126CB8;
}
</style>