Shades of Denim #1362AD
Tints of Denim #1362AD
RGB
CMYK
RGB Variations
Color information
#1362AD (or 0x1362AD) is known color: Denim. HEX triplet: 13, 62 and AD. RGB value is (19,98,173). Sum of RGB (Red+Green+Blue) = 19+98+173=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #1362AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1362AD is #EC9D52. Grayscale: #525252. Windows color (decimal): -15506771 or 11362835. OLE color: 11362835.
HSL color Cylindrical-coordinate representation of color #1362AD: hue angle of 209.22º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1362AD is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 98 | 173 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.32 |
| HSL | 209.22º | 0.8% | 0.38% | - |
| HSV(B) | 209.22º | 0.89% | 0.68% | - |
| XYZ | 12.18 | 11.89 | 41.19 | - |
| YUV | 82.93 | 178.83 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 173 | 0.89 | 0.43 | 0 | 0.32 | 209.22 | 0.8 | 0.38 |
| Hex | 13 | 62 | AD | 59 | 2B | 0 | 20 | D1 | 50 | 26 |
| Octal | 23 | 142 | 255 | 131 | 53 | 0 | 40 | 321 | 120 | 46 |
| Binary | 10011 | 1100010 | 10101101 | 1011001 | 101011 | 0 | 100000 | 11010001 | 1010000 | 100110 |
Color Harmonies of #1362AD
Complementary color
Monochromatic Colors of #1362AD
Black with #1362AD
Text Example
Text Example
White with #1362AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1362AD; }
p { color: rgb(19,98,173); }
H1.HeaderClassName
{
color: #1362AD;
}
.AnyTagClassName
{
color: #1362AD;
}
</style>
background-color css
<style>
a { background-color: #1362AD; }
a { background-color: rgb(19,98,173); }
div.DivClassName
{
background-color: #1362AD;
}
.BgClassName
{
background-color: #1362AD;
}
</style>
border-color css
<style>
span { border-color: #1362AD; }
span { border-color: rgb(19,98,173); }
td.TdClassName
{
border-color: #1362AD;
}
.TagClassName
{
border-color: #1362AD;
}
</style>