Shades of Denim #1364CD
Tints of Denim #1364CD
RGB
CMYK
RGB Variations
Color information
#1364CD (or 0x1364CD) is known color: Denim. HEX triplet: 13, 64 and CD. RGB value is (19,100,205). Sum of RGB (Red+Green+Blue) = 19+100+205=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #1364CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1364CD is #EC9B32. Grayscale: #575757. Windows color (decimal): -15506227 or 13460499. OLE color: 13460499.
HSL color Cylindrical-coordinate representation of color #1364CD: hue angle of 213.87º 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 #1364CD is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 100 | 205 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.20 |
| HSL | 213.87º | 0.83% | 0.44% | - |
| HSV(B) | 213.87º | 0.91% | 0.8% | - |
| XYZ | 15.85 | 13.66 | 59.56 | - |
| YUV | 87.75 | 194.16 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 100 | 205 | 0.91 | 0.51 | 0 | 0.20 | 213.87 | 0.83 | 0.44 |
| Hex | 13 | 64 | CD | 5B | 33 | 0 | 14 | D6 | 53 | 2C |
| Octal | 23 | 144 | 315 | 133 | 63 | 0 | 24 | 326 | 123 | 54 |
| Binary | 10011 | 1100100 | 11001101 | 1011011 | 110011 | 0 | 10100 | 11010110 | 1010011 | 101100 |
Color Harmonies of #1364CD
Complementary color
Monochromatic Colors of #1364CD
Black with #1364CD
Text Example
Text Example
White with #1364CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1364CD; }
p { color: rgb(19,100,205); }
H1.HeaderClassName
{
color: #1364CD;
}
.AnyTagClassName
{
color: #1364CD;
}
</style>
background-color css
<style>
a { background-color: #1364CD; }
a { background-color: rgb(19,100,205); }
div.DivClassName
{
background-color: #1364CD;
}
.BgClassName
{
background-color: #1364CD;
}
</style>
border-color css
<style>
span { border-color: #1364CD; }
span { border-color: rgb(19,100,205); }
td.TdClassName
{
border-color: #1364CD;
}
.TagClassName
{
border-color: #1364CD;
}
</style>