Shades of Denim #1C5EAC
Tints of Denim #1C5EAC
RGB
CMYK
RGB Variations
Color information
#1C5EAC (or 0x1C5EAC) is known color: Denim. HEX triplet: 1C, 5E and AC. RGB value is (28,94,172). Sum of RGB (Red+Green+Blue) = 28+94+172=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C5EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5EAC is #E3A153. Grayscale: #525252. Windows color (decimal): -14917972 or 11296284. OLE color: 11296284.
HSL color Cylindrical-coordinate representation of color #1C5EAC: hue angle of 212.5º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C5EAC is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 94 | 172 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.33 |
| HSL | 212.5º | 0.72% | 0.39% | - |
| HSV(B) | 212.5º | 0.84% | 0.67% | - |
| XYZ | 11.93 | 11.23 | 40.57 | - |
| YUV | 83.16 | 178.13 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 94 | 172 | 0.84 | 0.45 | 0 | 0.33 | 212.5 | 0.72 | 0.39 |
| Hex | 1C | 5E | AC | 54 | 2D | 0 | 21 | D4 | 48 | 27 |
| Octal | 34 | 136 | 254 | 124 | 55 | 0 | 41 | 324 | 110 | 47 |
| Binary | 11100 | 1011110 | 10101100 | 1010100 | 101101 | 0 | 100001 | 11010100 | 1001000 | 100111 |
Color Harmonies of #1C5EAC
Complementary color
Monochromatic Colors of #1C5EAC
Black with #1C5EAC
Text Example
Text Example
White with #1C5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5EAC; }
p { color: rgb(28,94,172); }
H1.HeaderClassName
{
color: #1C5EAC;
}
.AnyTagClassName
{
color: #1C5EAC;
}
</style>
background-color css
<style>
a { background-color: #1C5EAC; }
a { background-color: rgb(28,94,172); }
div.DivClassName
{
background-color: #1C5EAC;
}
.BgClassName
{
background-color: #1C5EAC;
}
</style>
border-color css
<style>
span { border-color: #1C5EAC; }
span { border-color: rgb(28,94,172); }
td.TdClassName
{
border-color: #1C5EAC;
}
.TagClassName
{
border-color: #1C5EAC;
}
</style>