Shades of Denim #1362CF
Tints of Denim #1362CF
RGB
CMYK
RGB Variations
Color information
#1362CF (or 0x1362CF) is known color: Denim. HEX triplet: 13, 62 and CF. RGB value is (19,98,207). Sum of RGB (Red+Green+Blue) = 19+98+207=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #1362CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1362CF is #EC9D30. Grayscale: #565656. Windows color (decimal): -15506737 or 13591059. OLE color: 13591059.
HSL color Cylindrical-coordinate representation of color #1362CF: hue angle of 214.79º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1362CF is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 98 | 207 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.19 |
| HSL | 214.79º | 0.83% | 0.44% | - |
| HSV(B) | 214.79º | 0.91% | 0.81% | - |
| XYZ | 15.9 | 13.38 | 60.78 | - |
| YUV | 86.81 | 195.83 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 207 | 0.91 | 0.53 | 0 | 0.19 | 214.79 | 0.83 | 0.44 |
| Hex | 13 | 62 | CF | 5B | 35 | 0 | 13 | D7 | 53 | 2C |
| Octal | 23 | 142 | 317 | 133 | 65 | 0 | 23 | 327 | 123 | 54 |
| Binary | 10011 | 1100010 | 11001111 | 1011011 | 110101 | 0 | 10011 | 11010111 | 1010011 | 101100 |
Color Harmonies of #1362CF
Complementary color
Monochromatic Colors of #1362CF
Black with #1362CF
Text Example
Text Example
White with #1362CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1362CF; }
p { color: rgb(19,98,207); }
H1.HeaderClassName
{
color: #1362CF;
}
.AnyTagClassName
{
color: #1362CF;
}
</style>
background-color css
<style>
a { background-color: #1362CF; }
a { background-color: rgb(19,98,207); }
div.DivClassName
{
background-color: #1362CF;
}
.BgClassName
{
background-color: #1362CF;
}
</style>
border-color css
<style>
span { border-color: #1362CF; }
span { border-color: rgb(19,98,207); }
td.TdClassName
{
border-color: #1362CF;
}
.TagClassName
{
border-color: #1362CF;
}
</style>