Shades of Denim #1C62AD
Tints of Denim #1C62AD
RGB
CMYK
RGB Variations
Color information
#1C62AD (or 0x1C62AD) is known color: Denim. HEX triplet: 1C, 62 and AD. RGB value is (28,98,173). Sum of RGB (Red+Green+Blue) = 28+98+173=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C62AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C62AD is #E39D52. Grayscale: #555555. Windows color (decimal): -14916947 or 11362844. OLE color: 11362844.
HSL color Cylindrical-coordinate representation of color #1C62AD: hue angle of 211.03º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C62AD is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 98 | 173 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.32 |
| HSL | 211.03º | 0.72% | 0.39% | - |
| HSV(B) | 211.03º | 0.84% | 0.68% | - |
| XYZ | 12.39 | 12 | 41.2 | - |
| YUV | 85.62 | 177.31 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 98 | 173 | 0.84 | 0.43 | 0 | 0.32 | 211.03 | 0.72 | 0.39 |
| Hex | 1C | 62 | AD | 54 | 2B | 0 | 20 | D3 | 48 | 27 |
| Octal | 34 | 142 | 255 | 124 | 53 | 0 | 40 | 323 | 110 | 47 |
| Binary | 11100 | 1100010 | 10101101 | 1010100 | 101011 | 0 | 100000 | 11010011 | 1001000 | 100111 |
Color Harmonies of #1C62AD
Complementary color
Monochromatic Colors of #1C62AD
Black with #1C62AD
Text Example
Text Example
White with #1C62AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C62AD; }
p { color: rgb(28,98,173); }
H1.HeaderClassName
{
color: #1C62AD;
}
.AnyTagClassName
{
color: #1C62AD;
}
</style>
background-color css
<style>
a { background-color: #1C62AD; }
a { background-color: rgb(28,98,173); }
div.DivClassName
{
background-color: #1C62AD;
}
.BgClassName
{
background-color: #1C62AD;
}
</style>
border-color css
<style>
span { border-color: #1C62AD; }
span { border-color: rgb(28,98,173); }
td.TdClassName
{
border-color: #1C62AD;
}
.TagClassName
{
border-color: #1C62AD;
}
</style>