Shades of Denim #126CBD
Tints of Denim #126CBD
RGB
CMYK
RGB Variations
Color information
#126CBD (or 0x126CBD) is known color: Denim. HEX triplet: 12, 6C and BD. RGB value is (18,108,189). Sum of RGB (Red+Green+Blue) = 18+108+189=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #126CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CBD is #ED9342. Grayscale: #595959. Windows color (decimal): -15569731 or 12413970. OLE color: 12413970.
HSL color Cylindrical-coordinate representation of color #126CBD: hue angle of 208.42º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126CBD is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 108 | 189 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.26 |
| HSL | 208.42º | 0.83% | 0.41% | - |
| HSV(B) | 208.42º | 0.9% | 0.74% | - |
| XYZ | 14.8 | 14.53 | 50.17 | - |
| YUV | 90.32 | 183.68 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 189 | 0.90 | 0.43 | 0 | 0.26 | 208.42 | 0.83 | 0.41 |
| Hex | 12 | 6C | BD | 5A | 2B | 0 | 1A | D0 | 53 | 29 |
| Octal | 22 | 154 | 275 | 132 | 53 | 0 | 32 | 320 | 123 | 51 |
| Binary | 10010 | 1101100 | 10111101 | 1011010 | 101011 | 0 | 11010 | 11010000 | 1010011 | 101001 |
Color Harmonies of #126CBD
Complementary color
Monochromatic Colors of #126CBD
Black with #126CBD
Text Example
Text Example
White with #126CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CBD; }
p { color: rgb(18,108,189); }
H1.HeaderClassName
{
color: #126CBD;
}
.AnyTagClassName
{
color: #126CBD;
}
</style>
background-color css
<style>
a { background-color: #126CBD; }
a { background-color: rgb(18,108,189); }
div.DivClassName
{
background-color: #126CBD;
}
.BgClassName
{
background-color: #126CBD;
}
</style>
border-color css
<style>
span { border-color: #126CBD; }
span { border-color: rgb(18,108,189); }
td.TdClassName
{
border-color: #126CBD;
}
.TagClassName
{
border-color: #126CBD;
}
</style>