Shades of Denim #1352CE
Tints of Denim #1352CE
RGB
CMYK
RGB Variations
Color information
#1352CE (or 0x1352CE) is known color: Denim. HEX triplet: 13, 52 and CE. RGB value is (19,82,206). Sum of RGB (Red+Green+Blue) = 19+82+206=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #1352CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1352CE is #ECAD31. Grayscale: #4C4C4C. Windows color (decimal): -15510834 or 13521427. OLE color: 13521427.
HSL color Cylindrical-coordinate representation of color #1352CE: hue angle of 219.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 #1352CE is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 82 | 206 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.19 |
| HSL | 219.79º | 0.83% | 0.44% | - |
| HSV(B) | 219.79º | 0.91% | 0.81% | - |
| XYZ | 14.43 | 10.63 | 59.68 | - |
| YUV | 77.3 | 200.63 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 206 | 0.91 | 0.60 | 0 | 0.19 | 219.79 | 0.83 | 0.44 |
| Hex | 13 | 52 | CE | 5B | 3C | 0 | 13 | DC | 53 | 2C |
| Octal | 23 | 122 | 316 | 133 | 74 | 0 | 23 | 334 | 123 | 54 |
| Binary | 10011 | 1010010 | 11001110 | 1011011 | 111100 | 0 | 10011 | 11011100 | 1010011 | 101100 |
Color Harmonies of #1352CE
Complementary color
Monochromatic Colors of #1352CE
Black with #1352CE
Text Example
Text Example
White with #1352CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1352CE; }
p { color: rgb(19,82,206); }
H1.HeaderClassName
{
color: #1352CE;
}
.AnyTagClassName
{
color: #1352CE;
}
</style>
background-color css
<style>
a { background-color: #1352CE; }
a { background-color: rgb(19,82,206); }
div.DivClassName
{
background-color: #1352CE;
}
.BgClassName
{
background-color: #1352CE;
}
</style>
border-color css
<style>
span { border-color: #1352CE; }
span { border-color: rgb(19,82,206); }
td.TdClassName
{
border-color: #1352CE;
}
.TagClassName
{
border-color: #1352CE;
}
</style>