Shades of Denim #1C5CC7
Tints of Denim #1C5CC7
RGB
CMYK
RGB Variations
Color information
#1C5CC7 (or 0x1C5CC7) is known color: Denim. HEX triplet: 1C, 5C and C7. RGB value is (28,92,199). Sum of RGB (Red+Green+Blue) = 28+92+199=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 199 (78.12% from 255 or 62.38% from 319); Max value from RGB is 199 - color contains mainly: blue. Hex color #1C5CC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5CC7 is #E3A338. Grayscale: #545454. Windows color (decimal): -14918457 or 13065244. OLE color: 13065244.
HSL color Cylindrical-coordinate representation of color #1C5CC7: hue angle of 217.54º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C5CC7 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 92 | 199 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.22 |
| HSL | 217.54º | 0.75% | 0.45% | - |
| HSV(B) | 217.54º | 0.86% | 0.78% | - |
| XYZ | 14.61 | 12.02 | 55.58 | - |
| YUV | 85.06 | 192.3 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 199 | 0.86 | 0.54 | 0 | 0.22 | 217.54 | 0.75 | 0.45 |
| Hex | 1C | 5C | C7 | 56 | 36 | 0 | 16 | DA | 4B | 2D |
| Octal | 34 | 134 | 307 | 126 | 66 | 0 | 26 | 332 | 113 | 55 |
| Binary | 11100 | 1011100 | 11000111 | 1010110 | 110110 | 0 | 10110 | 11011010 | 1001011 | 101101 |
Color Harmonies of #1C5CC7
Complementary color
Monochromatic Colors of #1C5CC7
Black with #1C5CC7
Text Example
Text Example
White with #1C5CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5CC7; }
p { color: rgb(28,92,199); }
H1.HeaderClassName
{
color: #1C5CC7;
}
.AnyTagClassName
{
color: #1C5CC7;
}
</style>
background-color css
<style>
a { background-color: #1C5CC7; }
a { background-color: rgb(28,92,199); }
div.DivClassName
{
background-color: #1C5CC7;
}
.BgClassName
{
background-color: #1C5CC7;
}
</style>
border-color css
<style>
span { border-color: #1C5CC7; }
span { border-color: rgb(28,92,199); }
td.TdClassName
{
border-color: #1C5CC7;
}
.TagClassName
{
border-color: #1C5CC7;
}
</style>