Shades of Denim #1C5BCC
Tints of Denim #1C5BCC
RGB
CMYK
RGB Variations
Color information
#1C5BCC (or 0x1C5BCC) is known color: Denim. HEX triplet: 1C, 5B and CC. RGB value is (28,91,204). Sum of RGB (Red+Green+Blue) = 28+91+204=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C5BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5BCC is #E3A433. Grayscale: #545454. Windows color (decimal): -14918708 or 13392668. OLE color: 13392668.
HSL color Cylindrical-coordinate representation of color #1C5BCC: hue angle of 218.52º 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 #1C5BCC is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 91 | 204 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.2 |
| HSL | 218.52º | 0.76% | 0.45% | - |
| HSV(B) | 218.52º | 0.86% | 0.8% | - |
| XYZ | 15.12 | 12.09 | 58.66 | - |
| YUV | 85.05 | 195.13 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 91 | 204 | 0.86 | 0.55 | 0 | 0.2 | 218.52 | 0.76 | 0.45 |
| Hex | 1C | 5B | CC | 56 | 37 | 0 | 14 | DB | 4C | 2D |
| Octal | 34 | 133 | 314 | 126 | 67 | 0 | 24 | 333 | 114 | 55 |
| Binary | 11100 | 1011011 | 11001100 | 1010110 | 110111 | 0 | 10100 | 11011011 | 1001100 | 101101 |
Color Harmonies of #1C5BCC
Complementary color
Monochromatic Colors of #1C5BCC
Black with #1C5BCC
Text Example
Text Example
White with #1C5BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5BCC; }
p { color: rgb(28,91,204); }
H1.HeaderClassName
{
color: #1C5BCC;
}
.AnyTagClassName
{
color: #1C5BCC;
}
</style>
background-color css
<style>
a { background-color: #1C5BCC; }
a { background-color: rgb(28,91,204); }
div.DivClassName
{
background-color: #1C5BCC;
}
.BgClassName
{
background-color: #1C5BCC;
}
</style>
border-color css
<style>
span { border-color: #1C5BCC; }
span { border-color: rgb(28,91,204); }
td.TdClassName
{
border-color: #1C5BCC;
}
.TagClassName
{
border-color: #1C5BCC;
}
</style>