Shades of Denim #1B7DBC
Tints of Denim #1B7DBC
RGB
CMYK
RGB Variations
Color information
#1B7DBC (or 0x1B7DBC) is known color: Denim. HEX triplet: 1B, 7D and BC. RGB value is (27,125,188). Sum of RGB (Red+Green+Blue) = 27+125+188=340 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.94% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B7DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7DBC is #E48243. Grayscale: #666666. Windows color (decimal): -14975556 or 12352795. OLE color: 12352795.
HSL color Cylindrical-coordinate representation of color #1B7DBC: hue angle of 203.48º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B7DBC is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 125 | 188 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.26 |
| HSL | 203.48º | 0.75% | 0.42% | - |
| HSV(B) | 203.48º | 0.86% | 0.74% | - |
| XYZ | 16.86 | 18.53 | 50.27 | - |
| YUV | 102.88 | 176.03 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 125 | 188 | 0.86 | 0.34 | 0 | 0.26 | 203.48 | 0.75 | 0.42 |
| Hex | 1B | 7D | BC | 56 | 22 | 0 | 1A | CB | 4B | 2A |
| Octal | 33 | 175 | 274 | 126 | 42 | 0 | 32 | 313 | 113 | 52 |
| Binary | 11011 | 1111101 | 10111100 | 1010110 | 100010 | 0 | 11010 | 11001011 | 1001011 | 101010 |
Color Harmonies of #1B7DBC
Complementary color
Monochromatic Colors of #1B7DBC
Black with #1B7DBC
Text Example
Text Example
White with #1B7DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7DBC; }
p { color: rgb(27,125,188); }
H1.HeaderClassName
{
color: #1B7DBC;
}
.AnyTagClassName
{
color: #1B7DBC;
}
</style>
background-color css
<style>
a { background-color: #1B7DBC; }
a { background-color: rgb(27,125,188); }
div.DivClassName
{
background-color: #1B7DBC;
}
.BgClassName
{
background-color: #1B7DBC;
}
</style>
border-color css
<style>
span { border-color: #1B7DBC; }
span { border-color: rgb(27,125,188); }
td.TdClassName
{
border-color: #1B7DBC;
}
.TagClassName
{
border-color: #1B7DBC;
}
</style>