Shades of Denim #1355AB
Tints of Denim #1355AB
RGB
CMYK
RGB Variations
Color information
#1355AB (or 0x1355AB) is known color: Denim. HEX triplet: 13, 55 and AB. RGB value is (19,85,171). Sum of RGB (Red+Green+Blue) = 19+85+171=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #1355AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1355AB is #ECAA54. Grayscale: #4A4A4A. Windows color (decimal): -15510101 or 11228435. OLE color: 11228435.
HSL color Cylindrical-coordinate representation of color #1355AB: hue angle of 213.95º 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 #1355AB is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 85 | 171 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.33 |
| HSL | 213.95º | 0.8% | 0.37% | - |
| HSV(B) | 213.95º | 0.89% | 0.67% | - |
| XYZ | 10.87 | 9.58 | 39.8 | - |
| YUV | 75.07 | 182.13 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 171 | 0.89 | 0.50 | 0 | 0.33 | 213.95 | 0.8 | 0.37 |
| Hex | 13 | 55 | AB | 59 | 32 | 0 | 21 | D6 | 50 | 25 |
| Octal | 23 | 125 | 253 | 131 | 62 | 0 | 41 | 326 | 120 | 45 |
| Binary | 10011 | 1010101 | 10101011 | 1011001 | 110010 | 0 | 100001 | 11010110 | 1010000 | 100101 |
Color Harmonies of #1355AB
Complementary color
Monochromatic Colors of #1355AB
Black with #1355AB
Text Example
Text Example
White with #1355AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1355AB; }
p { color: rgb(19,85,171); }
H1.HeaderClassName
{
color: #1355AB;
}
.AnyTagClassName
{
color: #1355AB;
}
</style>
background-color css
<style>
a { background-color: #1355AB; }
a { background-color: rgb(19,85,171); }
div.DivClassName
{
background-color: #1355AB;
}
.BgClassName
{
background-color: #1355AB;
}
</style>
border-color css
<style>
span { border-color: #1355AB; }
span { border-color: rgb(19,85,171); }
td.TdClassName
{
border-color: #1355AB;
}
.TagClassName
{
border-color: #1355AB;
}
</style>