Shades of Denim #1B7BC6
Tints of Denim #1B7BC6
RGB
CMYK
RGB Variations
Color information
#1B7BC6 (or 0x1B7BC6) is known color: Denim. HEX triplet: 1B, 7B and C6. RGB value is (27,123,198). Sum of RGB (Red+Green+Blue) = 27+123+198=348 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.76% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #1B7BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7BC6 is #E48439. Grayscale: #666666. Windows color (decimal): -14976058 or 13007643. OLE color: 13007643.
HSL color Cylindrical-coordinate representation of color #1B7BC6: hue angle of 206.32º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B7BC6 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 123 | 198 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.22 |
| HSL | 206.32º | 0.76% | 0.44% | - |
| HSV(B) | 206.32º | 0.86% | 0.78% | - |
| XYZ | 17.73 | 18.48 | 56.06 | - |
| YUV | 102.85 | 181.7 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 123 | 198 | 0.86 | 0.38 | 0 | 0.22 | 206.32 | 0.76 | 0.44 |
| Hex | 1B | 7B | C6 | 56 | 26 | 0 | 16 | CE | 4C | 2C |
| Octal | 33 | 173 | 306 | 126 | 46 | 0 | 26 | 316 | 114 | 54 |
| Binary | 11011 | 1111011 | 11000110 | 1010110 | 100110 | 0 | 10110 | 11001110 | 1001100 | 101100 |
Color Harmonies of #1B7BC6
Complementary color
Monochromatic Colors of #1B7BC6
Black with #1B7BC6
Text Example
Text Example
White with #1B7BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7BC6; }
p { color: rgb(27,123,198); }
H1.HeaderClassName
{
color: #1B7BC6;
}
.AnyTagClassName
{
color: #1B7BC6;
}
</style>
background-color css
<style>
a { background-color: #1B7BC6; }
a { background-color: rgb(27,123,198); }
div.DivClassName
{
background-color: #1B7BC6;
}
.BgClassName
{
background-color: #1B7BC6;
}
</style>
border-color css
<style>
span { border-color: #1B7BC6; }
span { border-color: rgb(27,123,198); }
td.TdClassName
{
border-color: #1B7BC6;
}
.TagClassName
{
border-color: #1B7BC6;
}
</style>