Shades of Denim #1C5CCA
Tints of Denim #1C5CCA
RGB
CMYK
RGB Variations
Color information
#1C5CCA (or 0x1C5CCA) is known color: Denim. HEX triplet: 1C, 5C and CA. RGB value is (28,92,202). Sum of RGB (Red+Green+Blue) = 28+92+202=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C5CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5CCA is #E3A335. Grayscale: #545454. Windows color (decimal): -14918454 or 13261852. OLE color: 13261852.
HSL color Cylindrical-coordinate representation of color #1C5CCA: hue angle of 217.93º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C5CCA is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 92 | 202 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.21 |
| HSL | 217.93º | 0.76% | 0.45% | - |
| HSV(B) | 217.93º | 0.86% | 0.79% | - |
| XYZ | 14.97 | 12.17 | 57.44 | - |
| YUV | 85.4 | 193.8 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 202 | 0.86 | 0.54 | 0 | 0.21 | 217.93 | 0.76 | 0.45 |
| Hex | 1C | 5C | CA | 56 | 36 | 0 | 15 | DA | 4C | 2D |
| Octal | 34 | 134 | 312 | 126 | 66 | 0 | 25 | 332 | 114 | 55 |
| Binary | 11100 | 1011100 | 11001010 | 1010110 | 110110 | 0 | 10101 | 11011010 | 1001100 | 101101 |
Color Harmonies of #1C5CCA
Complementary color
Monochromatic Colors of #1C5CCA
Black with #1C5CCA
Text Example
Text Example
White with #1C5CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5CCA; }
p { color: rgb(28,92,202); }
H1.HeaderClassName
{
color: #1C5CCA;
}
.AnyTagClassName
{
color: #1C5CCA;
}
</style>
background-color css
<style>
a { background-color: #1C5CCA; }
a { background-color: rgb(28,92,202); }
div.DivClassName
{
background-color: #1C5CCA;
}
.BgClassName
{
background-color: #1C5CCA;
}
</style>
border-color css
<style>
span { border-color: #1C5CCA; }
span { border-color: rgb(28,92,202); }
td.TdClassName
{
border-color: #1C5CCA;
}
.TagClassName
{
border-color: #1C5CCA;
}
</style>