Shades of Denim #1352B9
Tints of Denim #1352B9
RGB
CMYK
RGB Variations
Color information
#1352B9 (or 0x1352B9) is known color: Denim. HEX triplet: 13, 52 and B9. RGB value is (19,82,185). Sum of RGB (Red+Green+Blue) = 19+82+185=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 185 (72.66% from 255 or 64.69% from 286); Max value from RGB is 185 - color contains mainly: blue. Hex color #1352B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1352B9 is #ECAD46. Grayscale: #4A4A4A. Windows color (decimal): -15510855 or 12145171. OLE color: 12145171.
HSL color Cylindrical-coordinate representation of color #1352B9: hue angle of 217.23º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1352B9 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 82 | 185 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.27 |
| HSL | 217.23º | 0.81% | 0.4% | - |
| HSV(B) | 217.23º | 0.9% | 0.73% | - |
| XYZ | 12.04 | 9.68 | 47.13 | - |
| YUV | 74.91 | 190.13 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 185 | 0.90 | 0.56 | 0 | 0.27 | 217.23 | 0.81 | 0.4 |
| Hex | 13 | 52 | B9 | 5A | 38 | 0 | 1B | D9 | 51 | 28 |
| Octal | 23 | 122 | 271 | 132 | 70 | 0 | 33 | 331 | 121 | 50 |
| Binary | 10011 | 1010010 | 10111001 | 1011010 | 111000 | 0 | 11011 | 11011001 | 1010001 | 101000 |
Color Harmonies of #1352B9
Complementary color
Monochromatic Colors of #1352B9
Black with #1352B9
Text Example
Text Example
White with #1352B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1352B9; }
p { color: rgb(19,82,185); }
H1.HeaderClassName
{
color: #1352B9;
}
.AnyTagClassName
{
color: #1352B9;
}
</style>
background-color css
<style>
a { background-color: #1352B9; }
a { background-color: rgb(19,82,185); }
div.DivClassName
{
background-color: #1352B9;
}
.BgClassName
{
background-color: #1352B9;
}
</style>
border-color css
<style>
span { border-color: #1352B9; }
span { border-color: rgb(19,82,185); }
td.TdClassName
{
border-color: #1352B9;
}
.TagClassName
{
border-color: #1352B9;
}
</style>