Shades of Denim #1B5BDC
Tints of Denim #1B5BDC
RGB
CMYK
RGB Variations
Color information
#1B5BDC (or 0x1B5BDC) is known color: Denim. HEX triplet: 1B, 5B and DC. RGB value is (27,91,220). Sum of RGB (Red+Green+Blue) = 27+91+220=338 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.99% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B5BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5BDC is #E4A423. Grayscale: #555555. Windows color (decimal): -14984228 or 14441243. OLE color: 14441243.
HSL color Cylindrical-coordinate representation of color #1B5BDC: hue angle of 220.1º 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 #1B5BDC is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 91 | 220 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.14 |
| HSL | 220.1º | 0.78% | 0.48% | - |
| HSV(B) | 220.1º | 0.88% | 0.86% | - |
| XYZ | 17.11 | 12.88 | 69.29 | - |
| YUV | 86.57 | 203.3 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 91 | 220 | 0.88 | 0.59 | 0 | 0.14 | 220.1 | 0.78 | 0.48 |
| Hex | 1B | 5B | DC | 58 | 3B | 0 | E | DC | 4E | 30 |
| Octal | 33 | 133 | 334 | 130 | 73 | 0 | 16 | 334 | 116 | 60 |
| Binary | 11011 | 1011011 | 11011100 | 1011000 | 111011 | 0 | 1110 | 11011100 | 1001110 | 110000 |
Color Harmonies of #1B5BDC
Complementary color
Monochromatic Colors of #1B5BDC
Black with #1B5BDC
Text Example
Text Example
White with #1B5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5BDC; }
p { color: rgb(27,91,220); }
H1.HeaderClassName
{
color: #1B5BDC;
}
.AnyTagClassName
{
color: #1B5BDC;
}
</style>
background-color css
<style>
a { background-color: #1B5BDC; }
a { background-color: rgb(27,91,220); }
div.DivClassName
{
background-color: #1B5BDC;
}
.BgClassName
{
background-color: #1B5BDC;
}
</style>
border-color css
<style>
span { border-color: #1B5BDC; }
span { border-color: rgb(27,91,220); }
td.TdClassName
{
border-color: #1B5BDC;
}
.TagClassName
{
border-color: #1B5BDC;
}
</style>