Shades of Denim #1B5BDB
Tints of Denim #1B5BDB
RGB
CMYK
RGB Variations
Color information
#1B5BDB (or 0x1B5BDB) is known color: Denim. HEX triplet: 1B, 5B and DB. RGB value is (27,91,219). Sum of RGB (Red+Green+Blue) = 27+91+219=337 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.01% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B5BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5BDB is #E4A424. Grayscale: #555555. Windows color (decimal): -14984229 or 14375707. OLE color: 14375707.
HSL color Cylindrical-coordinate representation of color #1B5BDB: hue angle of 220º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B5BDB is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 91 | 219 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.14 |
| HSL | 220º | 0.78% | 0.48% | - |
| HSV(B) | 220º | 0.88% | 0.86% | - |
| XYZ | 16.98 | 12.83 | 68.6 | - |
| YUV | 86.46 | 202.8 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 91 | 219 | 0.88 | 0.58 | 0 | 0.14 | 220 | 0.78 | 0.48 |
| Hex | 1B | 5B | DB | 58 | 3A | 0 | E | DC | 4E | 30 |
| Octal | 33 | 133 | 333 | 130 | 72 | 0 | 16 | 334 | 116 | 60 |
| Binary | 11011 | 1011011 | 11011011 | 1011000 | 111010 | 0 | 1110 | 11011100 | 1001110 | 110000 |
Color Harmonies of #1B5BDB
Complementary color
Monochromatic Colors of #1B5BDB
Black with #1B5BDB
Text Example
Text Example
White with #1B5BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5BDB; }
p { color: rgb(27,91,219); }
H1.HeaderClassName
{
color: #1B5BDB;
}
.AnyTagClassName
{
color: #1B5BDB;
}
</style>
background-color css
<style>
a { background-color: #1B5BDB; }
a { background-color: rgb(27,91,219); }
div.DivClassName
{
background-color: #1B5BDB;
}
.BgClassName
{
background-color: #1B5BDB;
}
</style>
border-color css
<style>
span { border-color: #1B5BDB; }
span { border-color: rgb(27,91,219); }
td.TdClassName
{
border-color: #1B5BDB;
}
.TagClassName
{
border-color: #1B5BDB;
}
</style>