Shades of Denim #1355AA
Tints of Denim #1355AA
RGB
CMYK
RGB Variations
Color information
#1355AA (or 0x1355AA) is known color: Denim. HEX triplet: 13, 55 and AA. RGB value is (19,85,170). Sum of RGB (Red+Green+Blue) = 19+85+170=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #1355AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1355AA is #ECAA55. Grayscale: #4A4A4A. Windows color (decimal): -15510102 or 11162899. OLE color: 11162899.
HSL color Cylindrical-coordinate representation of color #1355AA: hue angle of 213.77º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1355AA is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 85 | 170 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.33 |
| HSL | 213.77º | 0.8% | 0.37% | - |
| HSV(B) | 213.77º | 0.89% | 0.67% | - |
| XYZ | 10.77 | 9.54 | 39.3 | - |
| YUV | 74.96 | 181.63 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 170 | 0.89 | 0.50 | 0 | 0.33 | 213.77 | 0.8 | 0.37 |
| Hex | 13 | 55 | AA | 59 | 32 | 0 | 21 | D6 | 50 | 25 |
| Octal | 23 | 125 | 252 | 131 | 62 | 0 | 41 | 326 | 120 | 45 |
| Binary | 10011 | 1010101 | 10101010 | 1011001 | 110010 | 0 | 100001 | 11010110 | 1010000 | 100101 |
Color Harmonies of #1355AA
Complementary color
Monochromatic Colors of #1355AA
Black with #1355AA
Text Example
Text Example
White with #1355AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1355AA; }
p { color: rgb(19,85,170); }
H1.HeaderClassName
{
color: #1355AA;
}
.AnyTagClassName
{
color: #1355AA;
}
</style>
background-color css
<style>
a { background-color: #1355AA; }
a { background-color: rgb(19,85,170); }
div.DivClassName
{
background-color: #1355AA;
}
.BgClassName
{
background-color: #1355AA;
}
</style>
border-color css
<style>
span { border-color: #1355AA; }
span { border-color: rgb(19,85,170); }
td.TdClassName
{
border-color: #1355AA;
}
.TagClassName
{
border-color: #1355AA;
}
</style>