Shades of Denim #1C5EDB
Tints of Denim #1C5EDB
RGB
CMYK
RGB Variations
Color information
#1C5EDB (or 0x1C5EDB) is known color: Denim. HEX triplet: 1C, 5E and DB. RGB value is (28,94,219). Sum of RGB (Red+Green+Blue) = 28+94+219=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C5EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5EDB is #E3A124. Grayscale: #575757. Windows color (decimal): -14917925 or 14376476. OLE color: 14376476.
HSL color Cylindrical-coordinate representation of color #1C5EDB: hue angle of 219.27º 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 #1C5EDB is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 94 | 219 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.14 |
| HSL | 219.27º | 0.77% | 0.48% | - |
| HSV(B) | 219.27º | 0.87% | 0.86% | - |
| XYZ | 17.27 | 13.37 | 68.69 | - |
| YUV | 88.52 | 201.63 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 94 | 219 | 0.87 | 0.57 | 0 | 0.14 | 219.27 | 0.77 | 0.48 |
| Hex | 1C | 5E | DB | 57 | 39 | 0 | E | DB | 4D | 30 |
| Octal | 34 | 136 | 333 | 127 | 71 | 0 | 16 | 333 | 115 | 60 |
| Binary | 11100 | 1011110 | 11011011 | 1010111 | 111001 | 0 | 1110 | 11011011 | 1001101 | 110000 |
Color Harmonies of #1C5EDB
Complementary color
Monochromatic Colors of #1C5EDB
Black with #1C5EDB
Text Example
Text Example
White with #1C5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5EDB; }
p { color: rgb(28,94,219); }
H1.HeaderClassName
{
color: #1C5EDB;
}
.AnyTagClassName
{
color: #1C5EDB;
}
</style>
background-color css
<style>
a { background-color: #1C5EDB; }
a { background-color: rgb(28,94,219); }
div.DivClassName
{
background-color: #1C5EDB;
}
.BgClassName
{
background-color: #1C5EDB;
}
</style>
border-color css
<style>
span { border-color: #1C5EDB; }
span { border-color: rgb(28,94,219); }
td.TdClassName
{
border-color: #1C5EDB;
}
.TagClassName
{
border-color: #1C5EDB;
}
</style>