Shades of Denim #1B7BBB
Tints of Denim #1B7BBB
RGB
CMYK
RGB Variations
Color information
#1B7BBB (or 0x1B7BBB) is known color: Denim. HEX triplet: 1B, 7B and BB. RGB value is (27,123,187). Sum of RGB (Red+Green+Blue) = 27+123+187=337 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.01% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B7BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7BBB is #E48444. Grayscale: #656565. Windows color (decimal): -14976069 or 12286747. OLE color: 12286747.
HSL color Cylindrical-coordinate representation of color #1B7BBB: hue angle of 204º 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 #1B7BBB is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 123 | 187 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.27 |
| HSL | 204º | 0.75% | 0.42% | - |
| HSV(B) | 204º | 0.86% | 0.73% | - |
| XYZ | 16.5 | 17.99 | 49.62 | - |
| YUV | 101.59 | 176.2 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 123 | 187 | 0.86 | 0.34 | 0 | 0.27 | 204 | 0.75 | 0.42 |
| Hex | 1B | 7B | BB | 56 | 22 | 0 | 1B | CC | 4B | 2A |
| Octal | 33 | 173 | 273 | 126 | 42 | 0 | 33 | 314 | 113 | 52 |
| Binary | 11011 | 1111011 | 10111011 | 1010110 | 100010 | 0 | 11011 | 11001100 | 1001011 | 101010 |
Color Harmonies of #1B7BBB
Complementary color
Monochromatic Colors of #1B7BBB
Black with #1B7BBB
Text Example
Text Example
White with #1B7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7BBB; }
p { color: rgb(27,123,187); }
H1.HeaderClassName
{
color: #1B7BBB;
}
.AnyTagClassName
{
color: #1B7BBB;
}
</style>
background-color css
<style>
a { background-color: #1B7BBB; }
a { background-color: rgb(27,123,187); }
div.DivClassName
{
background-color: #1B7BBB;
}
.BgClassName
{
background-color: #1B7BBB;
}
</style>
border-color css
<style>
span { border-color: #1B7BBB; }
span { border-color: rgb(27,123,187); }
td.TdClassName
{
border-color: #1B7BBB;
}
.TagClassName
{
border-color: #1B7BBB;
}
</style>