Shades of Denim #1C73CA
Tints of Denim #1C73CA
RGB
CMYK
RGB Variations
Color information
#1C73CA (or 0x1C73CA) is known color: Denim. HEX triplet: 1C, 73 and CA. RGB value is (28,115,202). Sum of RGB (Red+Green+Blue) = 28+115+202=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C73CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C73CA is #E38C35. Grayscale: #626262. Windows color (decimal): -14912566 or 13267740. OLE color: 13267740.
HSL color Cylindrical-coordinate representation of color #1C73CA: hue angle of 210º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C73CA is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 115 | 202 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.21 |
| HSL | 210º | 0.76% | 0.45% | - |
| HSV(B) | 210º | 0.86% | 0.79% | - |
| XYZ | 17.27 | 16.77 | 58.2 | - |
| YUV | 98.91 | 186.18 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 202 | 0.86 | 0.43 | 0 | 0.21 | 210 | 0.76 | 0.45 |
| Hex | 1C | 73 | CA | 56 | 2B | 0 | 15 | D2 | 4C | 2D |
| Octal | 34 | 163 | 312 | 126 | 53 | 0 | 25 | 322 | 114 | 55 |
| Binary | 11100 | 1110011 | 11001010 | 1010110 | 101011 | 0 | 10101 | 11010010 | 1001100 | 101101 |
Color Harmonies of #1C73CA
Complementary color
Monochromatic Colors of #1C73CA
Black with #1C73CA
Text Example
Text Example
White with #1C73CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C73CA; }
p { color: rgb(28,115,202); }
H1.HeaderClassName
{
color: #1C73CA;
}
.AnyTagClassName
{
color: #1C73CA;
}
</style>
background-color css
<style>
a { background-color: #1C73CA; }
a { background-color: rgb(28,115,202); }
div.DivClassName
{
background-color: #1C73CA;
}
.BgClassName
{
background-color: #1C73CA;
}
</style>
border-color css
<style>
span { border-color: #1C73CA; }
span { border-color: rgb(28,115,202); }
td.TdClassName
{
border-color: #1C73CA;
}
.TagClassName
{
border-color: #1C73CA;
}
</style>