Shades of Denim #1B59DC
Tints of Denim #1B59DC
RGB
CMYK
RGB Variations
Color information
#1B59DC (or 0x1B59DC) is known color: Denim. HEX triplet: 1B, 59 and DC. RGB value is (27,89,220). Sum of RGB (Red+Green+Blue) = 27+89+220=336 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.04% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B59DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B59DC is #E4A623. Grayscale: #545454. Windows color (decimal): -14984740 or 14440731. OLE color: 14440731.
HSL color Cylindrical-coordinate representation of color #1B59DC: hue angle of 220.73º 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 #1B59DC is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 89 | 220 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.14 |
| HSL | 220.73º | 0.78% | 0.48% | - |
| HSV(B) | 220.73º | 0.88% | 0.86% | - |
| XYZ | 16.94 | 12.55 | 69.24 | - |
| YUV | 85.4 | 203.96 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 89 | 220 | 0.88 | 0.60 | 0 | 0.14 | 220.73 | 0.78 | 0.48 |
| Hex | 1B | 59 | DC | 58 | 3C | 0 | E | DD | 4E | 30 |
| Octal | 33 | 131 | 334 | 130 | 74 | 0 | 16 | 335 | 116 | 60 |
| Binary | 11011 | 1011001 | 11011100 | 1011000 | 111100 | 0 | 1110 | 11011101 | 1001110 | 110000 |
Color Harmonies of #1B59DC
Complementary color
Monochromatic Colors of #1B59DC
Black with #1B59DC
Text Example
Text Example
White with #1B59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B59DC; }
p { color: rgb(27,89,220); }
H1.HeaderClassName
{
color: #1B59DC;
}
.AnyTagClassName
{
color: #1B59DC;
}
</style>
background-color css
<style>
a { background-color: #1B59DC; }
a { background-color: rgb(27,89,220); }
div.DivClassName
{
background-color: #1B59DC;
}
.BgClassName
{
background-color: #1B59DC;
}
</style>
border-color css
<style>
span { border-color: #1B59DC; }
span { border-color: rgb(27,89,220); }
td.TdClassName
{
border-color: #1B59DC;
}
.TagClassName
{
border-color: #1B59DC;
}
</style>