Shades of Denim #126BCB
Tints of Denim #126BCB
RGB
CMYK
RGB Variations
Color information
#126BCB (or 0x126BCB) is known color: Denim. HEX triplet: 12, 6B and CB. RGB value is (18,107,203). Sum of RGB (Red+Green+Blue) = 18+107+203=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #126BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BCB is #ED9434. Grayscale: #5A5A5A. Windows color (decimal): -15569973 or 13331218. OLE color: 13331218.
HSL color Cylindrical-coordinate representation of color #126BCB: hue angle of 211.14º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126BCB is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 107 | 203 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.20 |
| HSL | 211.14º | 0.84% | 0.43% | - |
| HSV(B) | 211.14º | 0.91% | 0.8% | - |
| XYZ | 16.29 | 14.96 | 58.53 | - |
| YUV | 91.33 | 191.01 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 203 | 0.91 | 0.47 | 0 | 0.20 | 211.14 | 0.84 | 0.43 |
| Hex | 12 | 6B | CB | 5B | 2F | 0 | 14 | D3 | 54 | 2B |
| Octal | 22 | 153 | 313 | 133 | 57 | 0 | 24 | 323 | 124 | 53 |
| Binary | 10010 | 1101011 | 11001011 | 1011011 | 101111 | 0 | 10100 | 11010011 | 1010100 | 101011 |
Color Harmonies of #126BCB
Complementary color
Monochromatic Colors of #126BCB
Black with #126BCB
Text Example
Text Example
White with #126BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126BCB; }
p { color: rgb(18,107,203); }
H1.HeaderClassName
{
color: #126BCB;
}
.AnyTagClassName
{
color: #126BCB;
}
</style>
background-color css
<style>
a { background-color: #126BCB; }
a { background-color: rgb(18,107,203); }
div.DivClassName
{
background-color: #126BCB;
}
.BgClassName
{
background-color: #126BCB;
}
</style>
border-color css
<style>
span { border-color: #126BCB; }
span { border-color: rgb(18,107,203); }
td.TdClassName
{
border-color: #126BCB;
}
.TagClassName
{
border-color: #126BCB;
}
</style>