Shades of Denim #1C5CCF
Tints of Denim #1C5CCF
RGB
CMYK
RGB Variations
Color information
#1C5CCF (or 0x1C5CCF) is known color: Denim. HEX triplet: 1C, 5C and CF. RGB value is (28,92,207). Sum of RGB (Red+Green+Blue) = 28+92+207=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C5CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5CCF is #E3A330. Grayscale: #555555. Windows color (decimal): -14918449 or 13589532. OLE color: 13589532.
HSL color Cylindrical-coordinate representation of color #1C5CCF: hue angle of 218.55º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C5CCF is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 92 | 207 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.19 |
| HSL | 218.55º | 0.76% | 0.46% | - |
| HSV(B) | 218.55º | 0.86% | 0.81% | - |
| XYZ | 15.57 | 12.41 | 60.61 | - |
| YUV | 85.97 | 196.3 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 207 | 0.86 | 0.56 | 0 | 0.19 | 218.55 | 0.76 | 0.46 |
| Hex | 1C | 5C | CF | 56 | 38 | 0 | 13 | DB | 4C | 2E |
| Octal | 34 | 134 | 317 | 126 | 70 | 0 | 23 | 333 | 114 | 56 |
| Binary | 11100 | 1011100 | 11001111 | 1010110 | 111000 | 0 | 10011 | 11011011 | 1001100 | 101110 |
Color Harmonies of #1C5CCF
Complementary color
Monochromatic Colors of #1C5CCF
Black with #1C5CCF
Text Example
Text Example
White with #1C5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5CCF; }
p { color: rgb(28,92,207); }
H1.HeaderClassName
{
color: #1C5CCF;
}
.AnyTagClassName
{
color: #1C5CCF;
}
</style>
background-color css
<style>
a { background-color: #1C5CCF; }
a { background-color: rgb(28,92,207); }
div.DivClassName
{
background-color: #1C5CCF;
}
.BgClassName
{
background-color: #1C5CCF;
}
</style>
border-color css
<style>
span { border-color: #1C5CCF; }
span { border-color: rgb(28,92,207); }
td.TdClassName
{
border-color: #1C5CCF;
}
.TagClassName
{
border-color: #1C5CCF;
}
</style>