Shades of Denim #1C5ACC
Tints of Denim #1C5ACC
RGB
CMYK
RGB Variations
Color information
#1C5ACC (or 0x1C5ACC) is known color: Denim. HEX triplet: 1C, 5A and CC. RGB value is (28,90,204). Sum of RGB (Red+Green+Blue) = 28+90+204=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C5ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5ACC is #E3A533. Grayscale: #535353. Windows color (decimal): -14918964 or 13392412. OLE color: 13392412.
HSL color Cylindrical-coordinate representation of color #1C5ACC: hue angle of 218.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C5ACC is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 90 | 204 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.2 |
| HSL | 218.86º | 0.76% | 0.45% | - |
| HSV(B) | 218.86º | 0.86% | 0.8% | - |
| XYZ | 15.03 | 11.92 | 58.63 | - |
| YUV | 84.46 | 195.46 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 90 | 204 | 0.86 | 0.56 | 0 | 0.2 | 218.86 | 0.76 | 0.45 |
| Hex | 1C | 5A | CC | 56 | 38 | 0 | 14 | DB | 4C | 2D |
| Octal | 34 | 132 | 314 | 126 | 70 | 0 | 24 | 333 | 114 | 55 |
| Binary | 11100 | 1011010 | 11001100 | 1010110 | 111000 | 0 | 10100 | 11011011 | 1001100 | 101101 |
Color Harmonies of #1C5ACC
Complementary color
Monochromatic Colors of #1C5ACC
Black with #1C5ACC
Text Example
Text Example
White with #1C5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5ACC; }
p { color: rgb(28,90,204); }
H1.HeaderClassName
{
color: #1C5ACC;
}
.AnyTagClassName
{
color: #1C5ACC;
}
</style>
background-color css
<style>
a { background-color: #1C5ACC; }
a { background-color: rgb(28,90,204); }
div.DivClassName
{
background-color: #1C5ACC;
}
.BgClassName
{
background-color: #1C5ACC;
}
</style>
border-color css
<style>
span { border-color: #1C5ACC; }
span { border-color: rgb(28,90,204); }
td.TdClassName
{
border-color: #1C5ACC;
}
.TagClassName
{
border-color: #1C5ACC;
}
</style>