Shades of Denim #1C60DB
Tints of Denim #1C60DB
RGB
CMYK
RGB Variations
Color information
#1C60DB (or 0x1C60DB) is known color: Denim. HEX triplet: 1C, 60 and DB. RGB value is (28,96,219). Sum of RGB (Red+Green+Blue) = 28+96+219=343 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.16% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C60DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C60DB is #E39F24. Grayscale: #595959. Windows color (decimal): -14917413 or 14376988. OLE color: 14376988.
HSL color Cylindrical-coordinate representation of color #1C60DB: hue angle of 218.64º 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 #1C60DB is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 96 | 219 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.14 |
| HSL | 218.64º | 0.77% | 0.48% | - |
| HSV(B) | 218.64º | 0.87% | 0.86% | - |
| XYZ | 17.45 | 13.73 | 68.75 | - |
| YUV | 89.69 | 200.97 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 96 | 219 | 0.87 | 0.56 | 0 | 0.14 | 218.64 | 0.77 | 0.48 |
| Hex | 1C | 60 | DB | 57 | 38 | 0 | E | DB | 4D | 30 |
| Octal | 34 | 140 | 333 | 127 | 70 | 0 | 16 | 333 | 115 | 60 |
| Binary | 11100 | 1100000 | 11011011 | 1010111 | 111000 | 0 | 1110 | 11011011 | 1001101 | 110000 |
Color Harmonies of #1C60DB
Complementary color
Monochromatic Colors of #1C60DB
Black with #1C60DB
Text Example
Text Example
White with #1C60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C60DB; }
p { color: rgb(28,96,219); }
H1.HeaderClassName
{
color: #1C60DB;
}
.AnyTagClassName
{
color: #1C60DB;
}
</style>
background-color css
<style>
a { background-color: #1C60DB; }
a { background-color: rgb(28,96,219); }
div.DivClassName
{
background-color: #1C60DB;
}
.BgClassName
{
background-color: #1C60DB;
}
</style>
border-color css
<style>
span { border-color: #1C60DB; }
span { border-color: rgb(28,96,219); }
td.TdClassName
{
border-color: #1C60DB;
}
.TagClassName
{
border-color: #1C60DB;
}
</style>