Shades of Denim #1B67DB
Tints of Denim #1B67DB
RGB
CMYK
RGB Variations
Color information
#1B67DB (or 0x1B67DB) is known color: Denim. HEX triplet: 1B, 67 and DB. RGB value is (27,103,219). Sum of RGB (Red+Green+Blue) = 27+103+219=349 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.74% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B67DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B67DB is #E49824. Grayscale: #5C5C5C. Windows color (decimal): -14981157 or 14378779. OLE color: 14378779.
HSL color Cylindrical-coordinate representation of color #1B67DB: hue angle of 216.25º 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 #1B67DB is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 103 | 219 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.14 |
| HSL | 216.25º | 0.78% | 0.48% | - |
| HSV(B) | 216.25º | 0.88% | 0.86% | - |
| XYZ | 18.09 | 15.05 | 68.97 | - |
| YUV | 93.5 | 198.82 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 103 | 219 | 0.88 | 0.53 | 0 | 0.14 | 216.25 | 0.78 | 0.48 |
| Hex | 1B | 67 | DB | 58 | 35 | 0 | E | D8 | 4E | 30 |
| Octal | 33 | 147 | 333 | 130 | 65 | 0 | 16 | 330 | 116 | 60 |
| Binary | 11011 | 1100111 | 11011011 | 1011000 | 110101 | 0 | 1110 | 11011000 | 1001110 | 110000 |
Color Harmonies of #1B67DB
Complementary color
Monochromatic Colors of #1B67DB
Black with #1B67DB
Text Example
Text Example
White with #1B67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B67DB; }
p { color: rgb(27,103,219); }
H1.HeaderClassName
{
color: #1B67DB;
}
.AnyTagClassName
{
color: #1B67DB;
}
</style>
background-color css
<style>
a { background-color: #1B67DB; }
a { background-color: rgb(27,103,219); }
div.DivClassName
{
background-color: #1B67DB;
}
.BgClassName
{
background-color: #1B67DB;
}
</style>
border-color css
<style>
span { border-color: #1B67DB; }
span { border-color: rgb(27,103,219); }
td.TdClassName
{
border-color: #1B67DB;
}
.TagClassName
{
border-color: #1B67DB;
}
</style>