Shades of Denim #1C5DDB
Tints of Denim #1C5DDB
RGB
CMYK
RGB Variations
Color information
#1C5DDB (or 0x1C5DDB) is known color: Denim. HEX triplet: 1C, 5D and DB. RGB value is (28,93,219). Sum of RGB (Red+Green+Blue) = 28+93+219=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C5DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5DDB is #E3A224. Grayscale: #575757. Windows color (decimal): -14918181 or 14376220. OLE color: 14376220.
HSL color Cylindrical-coordinate representation of color #1C5DDB: hue angle of 219.58º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C5DDB is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 93 | 219 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.14 |
| HSL | 219.58º | 0.77% | 0.48% | - |
| HSV(B) | 219.58º | 0.87% | 0.86% | - |
| XYZ | 17.18 | 13.19 | 68.66 | - |
| YUV | 87.93 | 201.97 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 93 | 219 | 0.87 | 0.58 | 0 | 0.14 | 219.58 | 0.77 | 0.48 |
| Hex | 1C | 5D | DB | 57 | 3A | 0 | E | DC | 4D | 30 |
| Octal | 34 | 135 | 333 | 127 | 72 | 0 | 16 | 334 | 115 | 60 |
| Binary | 11100 | 1011101 | 11011011 | 1010111 | 111010 | 0 | 1110 | 11011100 | 1001101 | 110000 |
Color Harmonies of #1C5DDB
Complementary color
Monochromatic Colors of #1C5DDB
Black with #1C5DDB
Text Example
Text Example
White with #1C5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5DDB; }
p { color: rgb(28,93,219); }
H1.HeaderClassName
{
color: #1C5DDB;
}
.AnyTagClassName
{
color: #1C5DDB;
}
</style>
background-color css
<style>
a { background-color: #1C5DDB; }
a { background-color: rgb(28,93,219); }
div.DivClassName
{
background-color: #1C5DDB;
}
.BgClassName
{
background-color: #1C5DDB;
}
</style>
border-color css
<style>
span { border-color: #1C5DDB; }
span { border-color: rgb(28,93,219); }
td.TdClassName
{
border-color: #1C5DDB;
}
.TagClassName
{
border-color: #1C5DDB;
}
</style>