Shades of Denim #1352D9
Tints of Denim #1352D9
RGB
CMYK
RGB Variations
Color information
#1352D9 (or 0x1352D9) is known color: Denim. HEX triplet: 13, 52 and D9. RGB value is (19,82,217). Sum of RGB (Red+Green+Blue) = 19+82+217=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 217 (85.16% from 255 or 68.24% from 318); Max value from RGB is 217 - color contains mainly: blue. Hex color #1352D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1352D9 is #ECAD26. Grayscale: #4D4D4D. Windows color (decimal): -15510823 or 14242323. OLE color: 14242323.
HSL color Cylindrical-coordinate representation of color #1352D9: hue angle of 220.91º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1352D9 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 82 | 217 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.15 |
| HSL | 220.91º | 0.84% | 0.46% | - |
| HSV(B) | 220.91º | 0.91% | 0.85% | - |
| XYZ | 15.81 | 11.18 | 66.97 | - |
| YUV | 78.55 | 206.13 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 217 | 0.91 | 0.62 | 0 | 0.15 | 220.91 | 0.84 | 0.46 |
| Hex | 13 | 52 | D9 | 5B | 3E | 0 | F | DD | 54 | 2E |
| Octal | 23 | 122 | 331 | 133 | 76 | 0 | 17 | 335 | 124 | 56 |
| Binary | 10011 | 1010010 | 11011001 | 1011011 | 111110 | 0 | 1111 | 11011101 | 1010100 | 101110 |
Color Harmonies of #1352D9
Complementary color
Monochromatic Colors of #1352D9
Black with #1352D9
Text Example
Text Example
White with #1352D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1352D9; }
p { color: rgb(19,82,217); }
H1.HeaderClassName
{
color: #1352D9;
}
.AnyTagClassName
{
color: #1352D9;
}
</style>
background-color css
<style>
a { background-color: #1352D9; }
a { background-color: rgb(19,82,217); }
div.DivClassName
{
background-color: #1352D9;
}
.BgClassName
{
background-color: #1352D9;
}
</style>
border-color css
<style>
span { border-color: #1352D9; }
span { border-color: rgb(19,82,217); }
td.TdClassName
{
border-color: #1352D9;
}
.TagClassName
{
border-color: #1352D9;
}
</style>