Shades of Denim #1B69BB
Tints of Denim #1B69BB
RGB
CMYK
RGB Variations
Color information
#1B69BB (or 0x1B69BB) is known color: Denim. HEX triplet: 1B, 69 and BB. RGB value is (27,105,187). Sum of RGB (Red+Green+Blue) = 27+105+187=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B69BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B69BB is #E49644. Grayscale: #5A5A5A. Windows color (decimal): -14980677 or 12282139. OLE color: 12282139.
HSL color Cylindrical-coordinate representation of color #1B69BB: hue angle of 210.75º 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 #1B69BB is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 105 | 187 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.27 |
| HSL | 210.75º | 0.75% | 0.42% | - |
| HSV(B) | 210.75º | 0.86% | 0.73% | - |
| XYZ | 14.47 | 13.92 | 48.94 | - |
| YUV | 91.03 | 182.16 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 187 | 0.86 | 0.44 | 0 | 0.27 | 210.75 | 0.75 | 0.42 |
| Hex | 1B | 69 | BB | 56 | 2C | 0 | 1B | D3 | 4B | 2A |
| Octal | 33 | 151 | 273 | 126 | 54 | 0 | 33 | 323 | 113 | 52 |
| Binary | 11011 | 1101001 | 10111011 | 1010110 | 101100 | 0 | 11011 | 11010011 | 1001011 | 101010 |
Color Harmonies of #1B69BB
Complementary color
Monochromatic Colors of #1B69BB
Black with #1B69BB
Text Example
Text Example
White with #1B69BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B69BB; }
p { color: rgb(27,105,187); }
H1.HeaderClassName
{
color: #1B69BB;
}
.AnyTagClassName
{
color: #1B69BB;
}
</style>
background-color css
<style>
a { background-color: #1B69BB; }
a { background-color: rgb(27,105,187); }
div.DivClassName
{
background-color: #1B69BB;
}
.BgClassName
{
background-color: #1B69BB;
}
</style>
border-color css
<style>
span { border-color: #1B69BB; }
span { border-color: rgb(27,105,187); }
td.TdClassName
{
border-color: #1B69BB;
}
.TagClassName
{
border-color: #1B69BB;
}
</style>