Shades of Denim #1B6BBC
Tints of Denim #1B6BBC
RGB
CMYK
RGB Variations
Color information
#1B6BBC (or 0x1B6BBC) is known color: Denim. HEX triplet: 1B, 6B and BC. RGB value is (27,107,188). Sum of RGB (Red+Green+Blue) = 27+107+188=322 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.39% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B6BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6BBC is #E49443. Grayscale: #5B5B5B. Windows color (decimal): -14980164 or 12348187. OLE color: 12348187.
HSL color Cylindrical-coordinate representation of color #1B6BBC: hue angle of 210.19º 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 #1B6BBC is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 107 | 188 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.26 |
| HSL | 210.19º | 0.75% | 0.42% | - |
| HSV(B) | 210.19º | 0.86% | 0.74% | - |
| XYZ | 14.79 | 14.38 | 49.57 | - |
| YUV | 92.31 | 182 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 188 | 0.86 | 0.43 | 0 | 0.26 | 210.19 | 0.75 | 0.42 |
| Hex | 1B | 6B | BC | 56 | 2B | 0 | 1A | D2 | 4B | 2A |
| Octal | 33 | 153 | 274 | 126 | 53 | 0 | 32 | 322 | 113 | 52 |
| Binary | 11011 | 1101011 | 10111100 | 1010110 | 101011 | 0 | 11010 | 11010010 | 1001011 | 101010 |
Color Harmonies of #1B6BBC
Complementary color
Monochromatic Colors of #1B6BBC
Black with #1B6BBC
Text Example
Text Example
White with #1B6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6BBC; }
p { color: rgb(27,107,188); }
H1.HeaderClassName
{
color: #1B6BBC;
}
.AnyTagClassName
{
color: #1B6BBC;
}
</style>
background-color css
<style>
a { background-color: #1B6BBC; }
a { background-color: rgb(27,107,188); }
div.DivClassName
{
background-color: #1B6BBC;
}
.BgClassName
{
background-color: #1B6BBC;
}
</style>
border-color css
<style>
span { border-color: #1B6BBC; }
span { border-color: rgb(27,107,188); }
td.TdClassName
{
border-color: #1B6BBC;
}
.TagClassName
{
border-color: #1B6BBC;
}
</style>