Shades of Denim #1357AB
Tints of Denim #1357AB
RGB
CMYK
RGB Variations
Color information
#1357AB (or 0x1357AB) is known color: Denim. HEX triplet: 13, 57 and AB. RGB value is (19,87,171). Sum of RGB (Red+Green+Blue) = 19+87+171=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #1357AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1357AB is #ECA854. Grayscale: #4B4B4B. Windows color (decimal): -15509589 or 11228947. OLE color: 11228947.
HSL color Cylindrical-coordinate representation of color #1357AB: hue angle of 213.16º 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 #1357AB is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 87 | 171 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.33 |
| HSL | 213.16º | 0.8% | 0.37% | - |
| HSV(B) | 213.16º | 0.89% | 0.67% | - |
| XYZ | 11.03 | 9.9 | 39.86 | - |
| YUV | 76.24 | 181.47 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 171 | 0.89 | 0.49 | 0 | 0.33 | 213.16 | 0.8 | 0.37 |
| Hex | 13 | 57 | AB | 59 | 31 | 0 | 21 | D5 | 50 | 25 |
| Octal | 23 | 127 | 253 | 131 | 61 | 0 | 41 | 325 | 120 | 45 |
| Binary | 10011 | 1010111 | 10101011 | 1011001 | 110001 | 0 | 100001 | 11010101 | 1010000 | 100101 |
Color Harmonies of #1357AB
Complementary color
Monochromatic Colors of #1357AB
Black with #1357AB
Text Example
Text Example
White with #1357AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1357AB; }
p { color: rgb(19,87,171); }
H1.HeaderClassName
{
color: #1357AB;
}
.AnyTagClassName
{
color: #1357AB;
}
</style>
background-color css
<style>
a { background-color: #1357AB; }
a { background-color: rgb(19,87,171); }
div.DivClassName
{
background-color: #1357AB;
}
.BgClassName
{
background-color: #1357AB;
}
</style>
border-color css
<style>
span { border-color: #1357AB; }
span { border-color: rgb(19,87,171); }
td.TdClassName
{
border-color: #1357AB;
}
.TagClassName
{
border-color: #1357AB;
}
</style>