Shades of Denim #1C5FDB
Tints of Denim #1C5FDB
RGB
CMYK
RGB Variations
Color information
#1C5FDB (or 0x1C5FDB) is known color: Denim. HEX triplet: 1C, 5F and DB. RGB value is (28,95,219). Sum of RGB (Red+Green+Blue) = 28+95+219=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C5FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5FDB is #E3A024. Grayscale: #585858. Windows color (decimal): -14917669 or 14376732. OLE color: 14376732.
HSL color Cylindrical-coordinate representation of color #1C5FDB: hue angle of 218.95º 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 #1C5FDB is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 95 | 219 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.14 |
| HSL | 218.95º | 0.77% | 0.48% | - |
| HSV(B) | 218.95º | 0.87% | 0.86% | - |
| XYZ | 17.36 | 13.55 | 68.72 | - |
| YUV | 89.1 | 201.3 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 95 | 219 | 0.87 | 0.57 | 0 | 0.14 | 218.95 | 0.77 | 0.48 |
| Hex | 1C | 5F | DB | 57 | 39 | 0 | E | DB | 4D | 30 |
| Octal | 34 | 137 | 333 | 127 | 71 | 0 | 16 | 333 | 115 | 60 |
| Binary | 11100 | 1011111 | 11011011 | 1010111 | 111001 | 0 | 1110 | 11011011 | 1001101 | 110000 |
Color Harmonies of #1C5FDB
Complementary color
Monochromatic Colors of #1C5FDB
Black with #1C5FDB
Text Example
Text Example
White with #1C5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5FDB; }
p { color: rgb(28,95,219); }
H1.HeaderClassName
{
color: #1C5FDB;
}
.AnyTagClassName
{
color: #1C5FDB;
}
</style>
background-color css
<style>
a { background-color: #1C5FDB; }
a { background-color: rgb(28,95,219); }
div.DivClassName
{
background-color: #1C5FDB;
}
.BgClassName
{
background-color: #1C5FDB;
}
</style>
border-color css
<style>
span { border-color: #1C5FDB; }
span { border-color: rgb(28,95,219); }
td.TdClassName
{
border-color: #1C5FDB;
}
.TagClassName
{
border-color: #1C5FDB;
}
</style>