Shades of Denim #1C73CC
Tints of Denim #1C73CC
RGB
CMYK
RGB Variations
Color information
#1C73CC (or 0x1C73CC) is known color: Denim. HEX triplet: 1C, 73 and CC. RGB value is (28,115,204). Sum of RGB (Red+Green+Blue) = 28+115+204=347 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.07% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C73CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C73CC is #E38C33. Grayscale: #626262. Windows color (decimal): -14912564 or 13398812. OLE color: 13398812.
HSL color Cylindrical-coordinate representation of color #1C73CC: hue angle of 210.34º 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 #1C73CC is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 115 | 204 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.2 |
| HSL | 210.34º | 0.76% | 0.45% | - |
| HSV(B) | 210.34º | 0.86% | 0.8% | - |
| XYZ | 17.51 | 16.87 | 59.46 | - |
| YUV | 99.13 | 187.18 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 204 | 0.86 | 0.44 | 0 | 0.2 | 210.34 | 0.76 | 0.45 |
| Hex | 1C | 73 | CC | 56 | 2C | 0 | 14 | D2 | 4C | 2D |
| Octal | 34 | 163 | 314 | 126 | 54 | 0 | 24 | 322 | 114 | 55 |
| Binary | 11100 | 1110011 | 11001100 | 1010110 | 101100 | 0 | 10100 | 11010010 | 1001100 | 101101 |
Color Harmonies of #1C73CC
Complementary color
Monochromatic Colors of #1C73CC
Black with #1C73CC
Text Example
Text Example
White with #1C73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C73CC; }
p { color: rgb(28,115,204); }
H1.HeaderClassName
{
color: #1C73CC;
}
.AnyTagClassName
{
color: #1C73CC;
}
</style>
background-color css
<style>
a { background-color: #1C73CC; }
a { background-color: rgb(28,115,204); }
div.DivClassName
{
background-color: #1C73CC;
}
.BgClassName
{
background-color: #1C73CC;
}
</style>
border-color css
<style>
span { border-color: #1C73CC; }
span { border-color: rgb(28,115,204); }
td.TdClassName
{
border-color: #1C73CC;
}
.TagClassName
{
border-color: #1C73CC;
}
</style>