Shades of Denim #1C58CC
Tints of Denim #1C58CC
RGB
CMYK
RGB Variations
Color information
#1C58CC (or 0x1C58CC) is known color: Denim. HEX triplet: 1C, 58 and CC. RGB value is (28,88,204). Sum of RGB (Red+Green+Blue) = 28+88+204=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C58CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C58CC is #E3A733. Grayscale: #525252. Windows color (decimal): -14919476 or 13391900. OLE color: 13391900.
HSL color Cylindrical-coordinate representation of color #1C58CC: hue angle of 219.55º 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 #1C58CC is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 88 | 204 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.2 |
| HSL | 219.55º | 0.76% | 0.45% | - |
| HSV(B) | 219.55º | 0.86% | 0.8% | - |
| XYZ | 14.87 | 11.59 | 58.58 | - |
| YUV | 83.28 | 196.12 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 204 | 0.86 | 0.57 | 0 | 0.2 | 219.55 | 0.76 | 0.45 |
| Hex | 1C | 58 | CC | 56 | 39 | 0 | 14 | DC | 4C | 2D |
| Octal | 34 | 130 | 314 | 126 | 71 | 0 | 24 | 334 | 114 | 55 |
| Binary | 11100 | 1011000 | 11001100 | 1010110 | 111001 | 0 | 10100 | 11011100 | 1001100 | 101101 |
Color Harmonies of #1C58CC
Complementary color
Monochromatic Colors of #1C58CC
Black with #1C58CC
Text Example
Text Example
White with #1C58CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C58CC; }
p { color: rgb(28,88,204); }
H1.HeaderClassName
{
color: #1C58CC;
}
.AnyTagClassName
{
color: #1C58CC;
}
</style>
background-color css
<style>
a { background-color: #1C58CC; }
a { background-color: rgb(28,88,204); }
div.DivClassName
{
background-color: #1C58CC;
}
.BgClassName
{
background-color: #1C58CC;
}
</style>
border-color css
<style>
span { border-color: #1C58CC; }
span { border-color: rgb(28,88,204); }
td.TdClassName
{
border-color: #1C58CC;
}
.TagClassName
{
border-color: #1C58CC;
}
</style>