Shades of Denim #1B63DB
Tints of Denim #1B63DB
RGB
CMYK
RGB Variations
Color information
#1B63DB (or 0x1B63DB) is known color: Denim. HEX triplet: 1B, 63 and DB. RGB value is (27,99,219). Sum of RGB (Red+Green+Blue) = 27+99+219=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B63DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B63DB is #E49C24. Grayscale: #5A5A5A. Windows color (decimal): -14982181 or 14377755. OLE color: 14377755.
HSL color Cylindrical-coordinate representation of color #1B63DB: hue angle of 217.5º 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 #1B63DB is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 99 | 219 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.14 |
| HSL | 217.5º | 0.78% | 0.48% | - |
| HSV(B) | 217.5º | 0.88% | 0.86% | - |
| XYZ | 17.7 | 14.27 | 68.84 | - |
| YUV | 91.15 | 200.15 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 99 | 219 | 0.88 | 0.55 | 0 | 0.14 | 217.5 | 0.78 | 0.48 |
| Hex | 1B | 63 | DB | 58 | 37 | 0 | E | DA | 4E | 30 |
| Octal | 33 | 143 | 333 | 130 | 67 | 0 | 16 | 332 | 116 | 60 |
| Binary | 11011 | 1100011 | 11011011 | 1011000 | 110111 | 0 | 1110 | 11011010 | 1001110 | 110000 |
Color Harmonies of #1B63DB
Complementary color
Monochromatic Colors of #1B63DB
Black with #1B63DB
Text Example
Text Example
White with #1B63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B63DB; }
p { color: rgb(27,99,219); }
H1.HeaderClassName
{
color: #1B63DB;
}
.AnyTagClassName
{
color: #1B63DB;
}
</style>
background-color css
<style>
a { background-color: #1B63DB; }
a { background-color: rgb(27,99,219); }
div.DivClassName
{
background-color: #1B63DB;
}
.BgClassName
{
background-color: #1B63DB;
}
</style>
border-color css
<style>
span { border-color: #1B63DB; }
span { border-color: rgb(27,99,219); }
td.TdClassName
{
border-color: #1B63DB;
}
.TagClassName
{
border-color: #1B63DB;
}
</style>