Shades of Denim #1352BE
Tints of Denim #1352BE
RGB
CMYK
RGB Variations
Color information
#1352BE (or 0x1352BE) is known color: Denim. HEX triplet: 13, 52 and BE. RGB value is (19,82,190). Sum of RGB (Red+Green+Blue) = 19+82+190=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #1352BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1352BE is #ECAD41. Grayscale: #4A4A4A. Windows color (decimal): -15510850 or 12472851. OLE color: 12472851.
HSL color Cylindrical-coordinate representation of color #1352BE: hue angle of 217.89º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1352BE is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 82 | 190 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.25 |
| HSL | 217.89º | 0.82% | 0.41% | - |
| HSV(B) | 217.89º | 0.9% | 0.75% | - |
| XYZ | 12.58 | 9.89 | 49.96 | - |
| YUV | 75.48 | 192.63 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 190 | 0.90 | 0.57 | 0 | 0.25 | 217.89 | 0.82 | 0.41 |
| Hex | 13 | 52 | BE | 5A | 39 | 0 | 19 | DA | 52 | 29 |
| Octal | 23 | 122 | 276 | 132 | 71 | 0 | 31 | 332 | 122 | 51 |
| Binary | 10011 | 1010010 | 10111110 | 1011010 | 111001 | 0 | 11001 | 11011010 | 1010010 | 101001 |
Color Harmonies of #1352BE
Complementary color
Monochromatic Colors of #1352BE
Black with #1352BE
Text Example
Text Example
White with #1352BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1352BE; }
p { color: rgb(19,82,190); }
H1.HeaderClassName
{
color: #1352BE;
}
.AnyTagClassName
{
color: #1352BE;
}
</style>
background-color css
<style>
a { background-color: #1352BE; }
a { background-color: rgb(19,82,190); }
div.DivClassName
{
background-color: #1352BE;
}
.BgClassName
{
background-color: #1352BE;
}
</style>
border-color css
<style>
span { border-color: #1352BE; }
span { border-color: rgb(19,82,190); }
td.TdClassName
{
border-color: #1352BE;
}
.TagClassName
{
border-color: #1352BE;
}
</style>