Shades of Denim #1C5CDA
Tints of Denim #1C5CDA
RGB
CMYK
RGB Variations
Color information
#1C5CDA (or 0x1C5CDA) is known color: Denim. HEX triplet: 1C, 5C and DA. RGB value is (28,92,218). Sum of RGB (Red+Green+Blue) = 28+92+218=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #1C5CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5CDA is #E3A325. Grayscale: #565656. Windows color (decimal): -14918438 or 14310428. OLE color: 14310428.
HSL color Cylindrical-coordinate representation of color #1C5CDA: hue angle of 219.79º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C5CDA is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 92 | 218 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.15 |
| HSL | 219.79º | 0.77% | 0.48% | - |
| HSV(B) | 219.79º | 0.87% | 0.85% | - |
| XYZ | 16.96 | 12.96 | 67.94 | - |
| YUV | 87.23 | 201.8 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 218 | 0.87 | 0.58 | 0 | 0.15 | 219.79 | 0.77 | 0.48 |
| Hex | 1C | 5C | DA | 57 | 3A | 0 | F | DC | 4D | 30 |
| Octal | 34 | 134 | 332 | 127 | 72 | 0 | 17 | 334 | 115 | 60 |
| Binary | 11100 | 1011100 | 11011010 | 1010111 | 111010 | 0 | 1111 | 11011100 | 1001101 | 110000 |
Color Harmonies of #1C5CDA
Complementary color
Monochromatic Colors of #1C5CDA
Black with #1C5CDA
Text Example
Text Example
White with #1C5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5CDA; }
p { color: rgb(28,92,218); }
H1.HeaderClassName
{
color: #1C5CDA;
}
.AnyTagClassName
{
color: #1C5CDA;
}
</style>
background-color css
<style>
a { background-color: #1C5CDA; }
a { background-color: rgb(28,92,218); }
div.DivClassName
{
background-color: #1C5CDA;
}
.BgClassName
{
background-color: #1C5CDA;
}
</style>
border-color css
<style>
span { border-color: #1C5CDA; }
span { border-color: rgb(28,92,218); }
td.TdClassName
{
border-color: #1C5CDA;
}
.TagClassName
{
border-color: #1C5CDA;
}
</style>