Shades of Denim #1362CD
Tints of Denim #1362CD
RGB
CMYK
RGB Variations
Color information
#1362CD (or 0x1362CD) is known color: Denim. HEX triplet: 13, 62 and CD. RGB value is (19,98,205). Sum of RGB (Red+Green+Blue) = 19+98+205=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #1362CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1362CD is #EC9D32. Grayscale: #565656. Windows color (decimal): -15506739 or 13459987. OLE color: 13459987.
HSL color Cylindrical-coordinate representation of color #1362CD: hue angle of 214.52º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1362CD is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 98 | 205 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.20 |
| HSL | 214.52º | 0.83% | 0.44% | - |
| HSV(B) | 214.52º | 0.91% | 0.8% | - |
| XYZ | 15.66 | 13.28 | 59.5 | - |
| YUV | 86.58 | 194.83 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 205 | 0.91 | 0.52 | 0 | 0.20 | 214.52 | 0.83 | 0.44 |
| Hex | 13 | 62 | CD | 5B | 34 | 0 | 14 | D7 | 53 | 2C |
| Octal | 23 | 142 | 315 | 133 | 64 | 0 | 24 | 327 | 123 | 54 |
| Binary | 10011 | 1100010 | 11001101 | 1011011 | 110100 | 0 | 10100 | 11010111 | 1010011 | 101100 |
Color Harmonies of #1362CD
Complementary color
Monochromatic Colors of #1362CD
Black with #1362CD
Text Example
Text Example
White with #1362CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1362CD; }
p { color: rgb(19,98,205); }
H1.HeaderClassName
{
color: #1362CD;
}
.AnyTagClassName
{
color: #1362CD;
}
</style>
background-color css
<style>
a { background-color: #1362CD; }
a { background-color: rgb(19,98,205); }
div.DivClassName
{
background-color: #1362CD;
}
.BgClassName
{
background-color: #1362CD;
}
</style>
border-color css
<style>
span { border-color: #1362CD; }
span { border-color: rgb(19,98,205); }
td.TdClassName
{
border-color: #1362CD;
}
.TagClassName
{
border-color: #1362CD;
}
</style>