Shades of Denim #1C62AC
Tints of Denim #1C62AC
RGB
CMYK
RGB Variations
Color information
#1C62AC (or 0x1C62AC) is known color: Denim. HEX triplet: 1C, 62 and AC. RGB value is (28,98,172). Sum of RGB (Red+Green+Blue) = 28+98+172=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C62AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C62AC is #E39D53. Grayscale: #555555. Windows color (decimal): -14916948 or 11297308. OLE color: 11297308.
HSL color Cylindrical-coordinate representation of color #1C62AC: hue angle of 210.83º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C62AC is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 98 | 172 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.33 |
| HSL | 210.83º | 0.72% | 0.39% | - |
| HSV(B) | 210.83º | 0.84% | 0.67% | - |
| XYZ | 12.29 | 11.96 | 40.69 | - |
| YUV | 85.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 98 | 172 | 0.84 | 0.43 | 0 | 0.33 | 210.83 | 0.72 | 0.39 |
| Hex | 1C | 62 | AC | 54 | 2B | 0 | 21 | D3 | 48 | 27 |
| Octal | 34 | 142 | 254 | 124 | 53 | 0 | 41 | 323 | 110 | 47 |
| Binary | 11100 | 1100010 | 10101100 | 1010100 | 101011 | 0 | 100001 | 11010011 | 1001000 | 100111 |
Color Harmonies of #1C62AC
Complementary color
Monochromatic Colors of #1C62AC
Black with #1C62AC
Text Example
Text Example
White with #1C62AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C62AC; }
p { color: rgb(28,98,172); }
H1.HeaderClassName
{
color: #1C62AC;
}
.AnyTagClassName
{
color: #1C62AC;
}
</style>
background-color css
<style>
a { background-color: #1C62AC; }
a { background-color: rgb(28,98,172); }
div.DivClassName
{
background-color: #1C62AC;
}
.BgClassName
{
background-color: #1C62AC;
}
</style>
border-color css
<style>
span { border-color: #1C62AC; }
span { border-color: rgb(28,98,172); }
td.TdClassName
{
border-color: #1C62AC;
}
.TagClassName
{
border-color: #1C62AC;
}
</style>