Shades of Denim #1C60DF
Tints of Denim #1C60DF
RGB
CMYK
RGB Variations
Color information
#1C60DF (or 0x1C60DF) is known color: Denim. HEX triplet: 1C, 60 and DF. RGB value is (28,96,223). Sum of RGB (Red+Green+Blue) = 28+96+223=347 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.07% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C60DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C60DF is #E39F20. Grayscale: #595959. Windows color (decimal): -14917409 or 14639132. OLE color: 14639132.
HSL color Cylindrical-coordinate representation of color #1C60DF: hue angle of 219.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C60DF is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 96 | 223 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.13 |
| HSL | 219.08º | 0.78% | 0.49% | - |
| HSV(B) | 219.08º | 0.87% | 0.87% | - |
| XYZ | 17.98 | 13.94 | 71.56 | - |
| YUV | 90.15 | 202.97 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 96 | 223 | 0.87 | 0.57 | 0 | 0.13 | 219.08 | 0.78 | 0.49 |
| Hex | 1C | 60 | DF | 57 | 39 | 0 | D | DB | 4E | 31 |
| Octal | 34 | 140 | 337 | 127 | 71 | 0 | 15 | 333 | 116 | 61 |
| Binary | 11100 | 1100000 | 11011111 | 1010111 | 111001 | 0 | 1101 | 11011011 | 1001110 | 110001 |
Color Harmonies of #1C60DF
Complementary color
Monochromatic Colors of #1C60DF
Black with #1C60DF
Text Example
Text Example
White with #1C60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C60DF; }
p { color: rgb(28,96,223); }
H1.HeaderClassName
{
color: #1C60DF;
}
.AnyTagClassName
{
color: #1C60DF;
}
</style>
background-color css
<style>
a { background-color: #1C60DF; }
a { background-color: rgb(28,96,223); }
div.DivClassName
{
background-color: #1C60DF;
}
.BgClassName
{
background-color: #1C60DF;
}
</style>
border-color css
<style>
span { border-color: #1C60DF; }
span { border-color: rgb(28,96,223); }
td.TdClassName
{
border-color: #1C60DF;
}
.TagClassName
{
border-color: #1C60DF;
}
</style>