Shades of Denim #1B59C5
Tints of Denim #1B59C5
RGB
CMYK
RGB Variations
Color information
#1B59C5 (or 0x1B59C5) is known color: Denim. HEX triplet: 1B, 59 and C5. RGB value is (27,89,197). Sum of RGB (Red+Green+Blue) = 27+89+197=313 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.63% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 197 (77.34% from 255 or 62.94% from 313); Max value from RGB is 197 - color contains mainly: blue. Hex color #1B59C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B59C5 is #E4A63A. Grayscale: #525252. Windows color (decimal): -14984763 or 12933403. OLE color: 12933403.
HSL color Cylindrical-coordinate representation of color #1B59C5: hue angle of 218.12º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B59C5 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 89 | 197 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.23 |
| HSL | 218.12º | 0.76% | 0.44% | - |
| HSV(B) | 218.12º | 0.86% | 0.77% | - |
| XYZ | 14.1 | 11.41 | 54.28 | - |
| YUV | 82.77 | 192.46 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 89 | 197 | 0.86 | 0.55 | 0 | 0.23 | 218.12 | 0.76 | 0.44 |
| Hex | 1B | 59 | C5 | 56 | 37 | 0 | 17 | DA | 4C | 2C |
| Octal | 33 | 131 | 305 | 126 | 67 | 0 | 27 | 332 | 114 | 54 |
| Binary | 11011 | 1011001 | 11000101 | 1010110 | 110111 | 0 | 10111 | 11011010 | 1001100 | 101100 |
Color Harmonies of #1B59C5
Complementary color
Monochromatic Colors of #1B59C5
Black with #1B59C5
Text Example
Text Example
White with #1B59C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B59C5; }
p { color: rgb(27,89,197); }
H1.HeaderClassName
{
color: #1B59C5;
}
.AnyTagClassName
{
color: #1B59C5;
}
</style>
background-color css
<style>
a { background-color: #1B59C5; }
a { background-color: rgb(27,89,197); }
div.DivClassName
{
background-color: #1B59C5;
}
.BgClassName
{
background-color: #1B59C5;
}
</style>
border-color css
<style>
span { border-color: #1B59C5; }
span { border-color: rgb(27,89,197); }
td.TdClassName
{
border-color: #1B59C5;
}
.TagClassName
{
border-color: #1B59C5;
}
</style>