Shades of Denim #1362CC
Tints of Denim #1362CC
RGB
CMYK
RGB Variations
Color information
#1362CC (or 0x1362CC) is known color: Denim. HEX triplet: 13, 62 and CC. RGB value is (19,98,204). Sum of RGB (Red+Green+Blue) = 19+98+204=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #1362CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1362CC is #EC9D33. Grayscale: #555555. Windows color (decimal): -15506740 or 13394451. OLE color: 13394451.
HSL color Cylindrical-coordinate representation of color #1362CC: hue angle of 214.38º 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 #1362CC is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 98 | 204 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.2 |
| HSL | 214.38º | 0.83% | 0.44% | - |
| HSV(B) | 214.38º | 0.91% | 0.8% | - |
| XYZ | 15.54 | 13.23 | 58.86 | - |
| YUV | 86.46 | 194.33 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 204 | 0.91 | 0.52 | 0 | 0.2 | 214.38 | 0.83 | 0.44 |
| Hex | 13 | 62 | CC | 5B | 34 | 0 | 14 | D6 | 53 | 2C |
| Octal | 23 | 142 | 314 | 133 | 64 | 0 | 24 | 326 | 123 | 54 |
| Binary | 10011 | 1100010 | 11001100 | 1011011 | 110100 | 0 | 10100 | 11010110 | 1010011 | 101100 |
Color Harmonies of #1362CC
Complementary color
Monochromatic Colors of #1362CC
Black with #1362CC
Text Example
Text Example
White with #1362CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1362CC; }
p { color: rgb(19,98,204); }
H1.HeaderClassName
{
color: #1362CC;
}
.AnyTagClassName
{
color: #1362CC;
}
</style>
background-color css
<style>
a { background-color: #1362CC; }
a { background-color: rgb(19,98,204); }
div.DivClassName
{
background-color: #1362CC;
}
.BgClassName
{
background-color: #1362CC;
}
</style>
border-color css
<style>
span { border-color: #1362CC; }
span { border-color: rgb(19,98,204); }
td.TdClassName
{
border-color: #1362CC;
}
.TagClassName
{
border-color: #1362CC;
}
</style>