Shades of Denim #1B65DB
Tints of Denim #1B65DB
RGB
CMYK
RGB Variations
Color information
#1B65DB (or 0x1B65DB) is known color: Denim. HEX triplet: 1B, 65 and DB. RGB value is (27,101,219). Sum of RGB (Red+Green+Blue) = 27+101+219=347 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.78% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B65DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B65DB is #E49A24. Grayscale: #5B5B5B. Windows color (decimal): -14981669 or 14378267. OLE color: 14378267.
HSL color Cylindrical-coordinate representation of color #1B65DB: hue angle of 216.88º 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 #1B65DB is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 101 | 219 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.14 |
| HSL | 216.88º | 0.78% | 0.48% | - |
| HSV(B) | 216.88º | 0.88% | 0.86% | - |
| XYZ | 17.89 | 14.65 | 68.9 | - |
| YUV | 92.33 | 199.48 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 101 | 219 | 0.88 | 0.54 | 0 | 0.14 | 216.88 | 0.78 | 0.48 |
| Hex | 1B | 65 | DB | 58 | 36 | 0 | E | D9 | 4E | 30 |
| Octal | 33 | 145 | 333 | 130 | 66 | 0 | 16 | 331 | 116 | 60 |
| Binary | 11011 | 1100101 | 11011011 | 1011000 | 110110 | 0 | 1110 | 11011001 | 1001110 | 110000 |
Color Harmonies of #1B65DB
Complementary color
Monochromatic Colors of #1B65DB
Black with #1B65DB
Text Example
Text Example
White with #1B65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B65DB; }
p { color: rgb(27,101,219); }
H1.HeaderClassName
{
color: #1B65DB;
}
.AnyTagClassName
{
color: #1B65DB;
}
</style>
background-color css
<style>
a { background-color: #1B65DB; }
a { background-color: rgb(27,101,219); }
div.DivClassName
{
background-color: #1B65DB;
}
.BgClassName
{
background-color: #1B65DB;
}
</style>
border-color css
<style>
span { border-color: #1B65DB; }
span { border-color: rgb(27,101,219); }
td.TdClassName
{
border-color: #1B65DB;
}
.TagClassName
{
border-color: #1B65DB;
}
</style>