Shades of Denim #1C5BC2
Tints of Denim #1C5BC2
RGB
CMYK
RGB Variations
Color information
#1C5BC2 (or 0x1C5BC2) is known color: Denim. HEX triplet: 1C, 5B and C2. RGB value is (28,91,194). Sum of RGB (Red+Green+Blue) = 28+91+194=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 194 (76.17% from 255 or 61.98% from 313); Max value from RGB is 194 - color contains mainly: blue. Hex color #1C5BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5BC2 is #E3A43D. Grayscale: #535353. Windows color (decimal): -14918718 or 12737308. OLE color: 12737308.
HSL color Cylindrical-coordinate representation of color #1C5BC2: hue angle of 217.23º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C5BC2 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 91 | 194 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.24 |
| HSL | 217.23º | 0.75% | 0.44% | - |
| HSV(B) | 217.23º | 0.86% | 0.76% | - |
| XYZ | 13.96 | 11.62 | 52.55 | - |
| YUV | 83.91 | 190.13 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 91 | 194 | 0.86 | 0.53 | 0 | 0.24 | 217.23 | 0.75 | 0.44 |
| Hex | 1C | 5B | C2 | 56 | 35 | 0 | 18 | D9 | 4B | 2C |
| Octal | 34 | 133 | 302 | 126 | 65 | 0 | 30 | 331 | 113 | 54 |
| Binary | 11100 | 1011011 | 11000010 | 1010110 | 110101 | 0 | 11000 | 11011001 | 1001011 | 101100 |
Color Harmonies of #1C5BC2
Complementary color
Monochromatic Colors of #1C5BC2
Black with #1C5BC2
Text Example
Text Example
White with #1C5BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5BC2; }
p { color: rgb(28,91,194); }
H1.HeaderClassName
{
color: #1C5BC2;
}
.AnyTagClassName
{
color: #1C5BC2;
}
</style>
background-color css
<style>
a { background-color: #1C5BC2; }
a { background-color: rgb(28,91,194); }
div.DivClassName
{
background-color: #1C5BC2;
}
.BgClassName
{
background-color: #1C5BC2;
}
</style>
border-color css
<style>
span { border-color: #1C5BC2; }
span { border-color: rgb(28,91,194); }
td.TdClassName
{
border-color: #1C5BC2;
}
.TagClassName
{
border-color: #1C5BC2;
}
</style>