Shades of Denim #1B66DB
Tints of Denim #1B66DB
RGB
CMYK
RGB Variations
Color information
#1B66DB (or 0x1B66DB) is known color: Denim. HEX triplet: 1B, 66 and DB. RGB value is (27,102,219). Sum of RGB (Red+Green+Blue) = 27+102+219=348 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.76% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B66DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B66DB is #E49924. Grayscale: #5C5C5C. Windows color (decimal): -14981413 or 14378523. OLE color: 14378523.
HSL color Cylindrical-coordinate representation of color #1B66DB: hue angle of 216.56º 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 #1B66DB is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 102 | 219 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.14 |
| HSL | 216.56º | 0.78% | 0.48% | - |
| HSV(B) | 216.56º | 0.88% | 0.86% | - |
| XYZ | 17.99 | 14.85 | 68.94 | - |
| YUV | 92.91 | 199.15 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 102 | 219 | 0.88 | 0.53 | 0 | 0.14 | 216.56 | 0.78 | 0.48 |
| Hex | 1B | 66 | DB | 58 | 35 | 0 | E | D9 | 4E | 30 |
| Octal | 33 | 146 | 333 | 130 | 65 | 0 | 16 | 331 | 116 | 60 |
| Binary | 11011 | 1100110 | 11011011 | 1011000 | 110101 | 0 | 1110 | 11011001 | 1001110 | 110000 |
Color Harmonies of #1B66DB
Complementary color
Monochromatic Colors of #1B66DB
Black with #1B66DB
Text Example
Text Example
White with #1B66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B66DB; }
p { color: rgb(27,102,219); }
H1.HeaderClassName
{
color: #1B66DB;
}
.AnyTagClassName
{
color: #1B66DB;
}
</style>
background-color css
<style>
a { background-color: #1B66DB; }
a { background-color: rgb(27,102,219); }
div.DivClassName
{
background-color: #1B66DB;
}
.BgClassName
{
background-color: #1B66DB;
}
</style>
border-color css
<style>
span { border-color: #1B66DB; }
span { border-color: rgb(27,102,219); }
td.TdClassName
{
border-color: #1B66DB;
}
.TagClassName
{
border-color: #1B66DB;
}
</style>