Shades of Denim #1C5AC2
Tints of Denim #1C5AC2
RGB
CMYK
RGB Variations
Color information
#1C5AC2 (or 0x1C5AC2) is known color: Denim. HEX triplet: 1C, 5A and C2. RGB value is (28,90,194). Sum of RGB (Red+Green+Blue) = 28+90+194=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 194 (76.17% from 255 or 62.18% from 312); Max value from RGB is 194 - color contains mainly: blue. Hex color #1C5AC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5AC2 is #E3A53D. Grayscale: #525252. Windows color (decimal): -14918974 or 12737052. OLE color: 12737052.
HSL color Cylindrical-coordinate representation of color #1C5AC2: hue angle of 217.59º 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 #1C5AC2 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 90 | 194 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.24 |
| HSL | 217.59º | 0.75% | 0.44% | - |
| HSV(B) | 217.59º | 0.86% | 0.76% | - |
| XYZ | 13.87 | 11.45 | 52.52 | - |
| YUV | 83.32 | 190.46 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 90 | 194 | 0.86 | 0.54 | 0 | 0.24 | 217.59 | 0.75 | 0.44 |
| Hex | 1C | 5A | C2 | 56 | 36 | 0 | 18 | DA | 4B | 2C |
| Octal | 34 | 132 | 302 | 126 | 66 | 0 | 30 | 332 | 113 | 54 |
| Binary | 11100 | 1011010 | 11000010 | 1010110 | 110110 | 0 | 11000 | 11011010 | 1001011 | 101100 |
Color Harmonies of #1C5AC2
Complementary color
Monochromatic Colors of #1C5AC2
Black with #1C5AC2
Text Example
Text Example
White with #1C5AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5AC2; }
p { color: rgb(28,90,194); }
H1.HeaderClassName
{
color: #1C5AC2;
}
.AnyTagClassName
{
color: #1C5AC2;
}
</style>
background-color css
<style>
a { background-color: #1C5AC2; }
a { background-color: rgb(28,90,194); }
div.DivClassName
{
background-color: #1C5AC2;
}
.BgClassName
{
background-color: #1C5AC2;
}
</style>
border-color css
<style>
span { border-color: #1C5AC2; }
span { border-color: rgb(28,90,194); }
td.TdClassName
{
border-color: #1C5AC2;
}
.TagClassName
{
border-color: #1C5AC2;
}
</style>