Shades of Denim #1B69D7
Tints of Denim #1B69D7
RGB
CMYK
RGB Variations
Color information
#1B69D7 (or 0x1B69D7) is known color: Denim. HEX triplet: 1B, 69 and D7. RGB value is (27,105,215). Sum of RGB (Red+Green+Blue) = 27+105+215=347 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.78% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 215 (84.38% from 255 or 61.96% from 347); Max value from RGB is 215 - color contains mainly: blue. Hex color #1B69D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B69D7 is #E49628. Grayscale: #5D5D5D. Windows color (decimal): -14980649 or 14117147. OLE color: 14117147.
HSL color Cylindrical-coordinate representation of color #1B69D7: hue angle of 215.11º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B69D7 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 105 | 215 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.16 |
| HSL | 215.11º | 0.78% | 0.47% | - |
| HSV(B) | 215.11º | 0.87% | 0.84% | - |
| XYZ | 17.77 | 15.24 | 66.3 | - |
| YUV | 94.22 | 196.16 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 215 | 0.87 | 0.51 | 0 | 0.16 | 215.11 | 0.78 | 0.47 |
| Hex | 1B | 69 | D7 | 57 | 33 | 0 | 10 | D7 | 4E | 2F |
| Octal | 33 | 151 | 327 | 127 | 63 | 0 | 20 | 327 | 116 | 57 |
| Binary | 11011 | 1101001 | 11010111 | 1010111 | 110011 | 0 | 10000 | 11010111 | 1001110 | 101111 |
Color Harmonies of #1B69D7
Complementary color
Monochromatic Colors of #1B69D7
Black with #1B69D7
Text Example
Text Example
White with #1B69D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B69D7; }
p { color: rgb(27,105,215); }
H1.HeaderClassName
{
color: #1B69D7;
}
.AnyTagClassName
{
color: #1B69D7;
}
</style>
background-color css
<style>
a { background-color: #1B69D7; }
a { background-color: rgb(27,105,215); }
div.DivClassName
{
background-color: #1B69D7;
}
.BgClassName
{
background-color: #1B69D7;
}
</style>
border-color css
<style>
span { border-color: #1B69D7; }
span { border-color: rgb(27,105,215); }
td.TdClassName
{
border-color: #1B69D7;
}
.TagClassName
{
border-color: #1B69D7;
}
</style>