Shades of Denim #1B69BF
Tints of Denim #1B69BF
RGB
CMYK
RGB Variations
Color information
#1B69BF (or 0x1B69BF) is known color: Denim. HEX triplet: 1B, 69 and BF. RGB value is (27,105,191). Sum of RGB (Red+Green+Blue) = 27+105+191=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #1B69BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B69BF is #E49640. Grayscale: #5B5B5B. Windows color (decimal): -14980673 or 12544283. OLE color: 12544283.
HSL color Cylindrical-coordinate representation of color #1B69BF: hue angle of 211.46º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B69BF is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 105 | 191 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.25 |
| HSL | 211.46º | 0.75% | 0.43% | - |
| HSV(B) | 211.46º | 0.86% | 0.75% | - |
| XYZ | 14.91 | 14.1 | 51.23 | - |
| YUV | 91.48 | 184.16 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 191 | 0.86 | 0.45 | 0 | 0.25 | 211.46 | 0.75 | 0.43 |
| Hex | 1B | 69 | BF | 56 | 2D | 0 | 19 | D3 | 4B | 2B |
| Octal | 33 | 151 | 277 | 126 | 55 | 0 | 31 | 323 | 113 | 53 |
| Binary | 11011 | 1101001 | 10111111 | 1010110 | 101101 | 0 | 11001 | 11010011 | 1001011 | 101011 |
Color Harmonies of #1B69BF
Complementary color
Monochromatic Colors of #1B69BF
Black with #1B69BF
Text Example
Text Example
White with #1B69BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B69BF; }
p { color: rgb(27,105,191); }
H1.HeaderClassName
{
color: #1B69BF;
}
.AnyTagClassName
{
color: #1B69BF;
}
</style>
background-color css
<style>
a { background-color: #1B69BF; }
a { background-color: rgb(27,105,191); }
div.DivClassName
{
background-color: #1B69BF;
}
.BgClassName
{
background-color: #1B69BF;
}
</style>
border-color css
<style>
span { border-color: #1B69BF; }
span { border-color: rgb(27,105,191); }
td.TdClassName
{
border-color: #1B69BF;
}
.TagClassName
{
border-color: #1B69BF;
}
</style>