Shades of Denim #1B7DBB
Tints of Denim #1B7DBB
RGB
CMYK
RGB Variations
Color information
#1B7DBB (or 0x1B7DBB) is known color: Denim. HEX triplet: 1B, 7D and BB. RGB value is (27,125,187). Sum of RGB (Red+Green+Blue) = 27+125+187=339 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.96% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B7DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7DBB is #E48244. Grayscale: #666666. Windows color (decimal): -14975557 or 12287259. OLE color: 12287259.
HSL color Cylindrical-coordinate representation of color #1B7DBB: hue angle of 203.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B7DBB is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 125 | 187 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.27 |
| HSL | 203.25º | 0.75% | 0.42% | - |
| HSV(B) | 203.25º | 0.86% | 0.73% | - |
| XYZ | 16.76 | 18.49 | 49.7 | - |
| YUV | 102.77 | 175.53 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 125 | 187 | 0.86 | 0.33 | 0 | 0.27 | 203.25 | 0.75 | 0.42 |
| Hex | 1B | 7D | BB | 56 | 21 | 0 | 1B | CB | 4B | 2A |
| Octal | 33 | 175 | 273 | 126 | 41 | 0 | 33 | 313 | 113 | 52 |
| Binary | 11011 | 1111101 | 10111011 | 1010110 | 100001 | 0 | 11011 | 11001011 | 1001011 | 101010 |
Color Harmonies of #1B7DBB
Complementary color
Monochromatic Colors of #1B7DBB
Black with #1B7DBB
Text Example
Text Example
White with #1B7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7DBB; }
p { color: rgb(27,125,187); }
H1.HeaderClassName
{
color: #1B7DBB;
}
.AnyTagClassName
{
color: #1B7DBB;
}
</style>
background-color css
<style>
a { background-color: #1B7DBB; }
a { background-color: rgb(27,125,187); }
div.DivClassName
{
background-color: #1B7DBB;
}
.BgClassName
{
background-color: #1B7DBB;
}
</style>
border-color css
<style>
span { border-color: #1B7DBB; }
span { border-color: rgb(27,125,187); }
td.TdClassName
{
border-color: #1B7DBB;
}
.TagClassName
{
border-color: #1B7DBB;
}
</style>