Shades of Denim #1B5DB2
Tints of Denim #1B5DB2
RGB
CMYK
RGB Variations
Color information
#1B5DB2 (or 0x1B5DB2) is known color: Denim. HEX triplet: 1B, 5D and B2. RGB value is (27,93,178). Sum of RGB (Red+Green+Blue) = 27+93+178=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 178 (69.92% from 255 or 59.73% from 298); Max value from RGB is 178 - color contains mainly: blue. Hex color #1B5DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5DB2 is #E4A24D. Grayscale: #525252. Windows color (decimal): -14983758 or 11689243. OLE color: 11689243.
HSL color Cylindrical-coordinate representation of color #1B5DB2: hue angle of 213.77º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B5DB2 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 93 | 178 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.30 |
| HSL | 213.77º | 0.74% | 0.4% | - |
| HSV(B) | 213.77º | 0.85% | 0.7% | - |
| XYZ | 12.4 | 11.28 | 43.64 | - |
| YUV | 82.96 | 181.63 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 178 | 0.85 | 0.48 | 0 | 0.30 | 213.77 | 0.74 | 0.4 |
| Hex | 1B | 5D | B2 | 55 | 30 | 0 | 1E | D6 | 4A | 28 |
| Octal | 33 | 135 | 262 | 125 | 60 | 0 | 36 | 326 | 112 | 50 |
| Binary | 11011 | 1011101 | 10110010 | 1010101 | 110000 | 0 | 11110 | 11010110 | 1001010 | 101000 |
Color Harmonies of #1B5DB2
Complementary color
Monochromatic Colors of #1B5DB2
Black with #1B5DB2
Text Example
Text Example
White with #1B5DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5DB2; }
p { color: rgb(27,93,178); }
H1.HeaderClassName
{
color: #1B5DB2;
}
.AnyTagClassName
{
color: #1B5DB2;
}
</style>
background-color css
<style>
a { background-color: #1B5DB2; }
a { background-color: rgb(27,93,178); }
div.DivClassName
{
background-color: #1B5DB2;
}
.BgClassName
{
background-color: #1B5DB2;
}
</style>
border-color css
<style>
span { border-color: #1B5DB2; }
span { border-color: rgb(27,93,178); }
td.TdClassName
{
border-color: #1B5DB2;
}
.TagClassName
{
border-color: #1B5DB2;
}
</style>