Shades of Denim #1352D5
Tints of Denim #1352D5
RGB
CMYK
RGB Variations
Color information
#1352D5 (or 0x1352D5) is known color: Denim. HEX triplet: 13, 52 and D5. RGB value is (19,82,213). Sum of RGB (Red+Green+Blue) = 19+82+213=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 213 (83.59% from 255 or 67.83% from 314); Max value from RGB is 213 - color contains mainly: blue. Hex color #1352D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1352D5 is #ECAD2A. Grayscale: #4D4D4D. Windows color (decimal): -15510827 or 13980179. OLE color: 13980179.
HSL color Cylindrical-coordinate representation of color #1352D5: hue angle of 220.52º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1352D5 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 82 | 213 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.16 |
| HSL | 220.52º | 0.84% | 0.45% | - |
| HSV(B) | 220.52º | 0.91% | 0.84% | - |
| XYZ | 15.3 | 10.98 | 64.26 | - |
| YUV | 78.1 | 204.13 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 213 | 0.91 | 0.62 | 0 | 0.16 | 220.52 | 0.84 | 0.45 |
| Hex | 13 | 52 | D5 | 5B | 3E | 0 | 10 | DD | 54 | 2D |
| Octal | 23 | 122 | 325 | 133 | 76 | 0 | 20 | 335 | 124 | 55 |
| Binary | 10011 | 1010010 | 11010101 | 1011011 | 111110 | 0 | 10000 | 11011101 | 1010100 | 101101 |
Color Harmonies of #1352D5
Complementary color
Monochromatic Colors of #1352D5
Black with #1352D5
Text Example
Text Example
White with #1352D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1352D5; }
p { color: rgb(19,82,213); }
H1.HeaderClassName
{
color: #1352D5;
}
.AnyTagClassName
{
color: #1352D5;
}
</style>
background-color css
<style>
a { background-color: #1352D5; }
a { background-color: rgb(19,82,213); }
div.DivClassName
{
background-color: #1352D5;
}
.BgClassName
{
background-color: #1352D5;
}
</style>
border-color css
<style>
span { border-color: #1352D5; }
span { border-color: rgb(19,82,213); }
td.TdClassName
{
border-color: #1352D5;
}
.TagClassName
{
border-color: #1352D5;
}
</style>