Shades of Denim #1362AB
Tints of Denim #1362AB
RGB
CMYK
RGB Variations
Color information
#1362AB (or 0x1362AB) is known color: Denim. HEX triplet: 13, 62 and AB. RGB value is (19,98,171). Sum of RGB (Red+Green+Blue) = 19+98+171=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #1362AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1362AB is #EC9D54. Grayscale: #525252. Windows color (decimal): -15506773 or 11231763. OLE color: 11231763.
HSL color Cylindrical-coordinate representation of color #1362AB: hue angle of 208.82º 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 #1362AB is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 98 | 171 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.33 |
| HSL | 208.82º | 0.8% | 0.37% | - |
| HSV(B) | 208.82º | 0.89% | 0.67% | - |
| XYZ | 11.99 | 11.81 | 40.18 | - |
| YUV | 82.7 | 177.83 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 171 | 0.89 | 0.43 | 0 | 0.33 | 208.82 | 0.8 | 0.37 |
| Hex | 13 | 62 | AB | 59 | 2B | 0 | 21 | D1 | 50 | 25 |
| Octal | 23 | 142 | 253 | 131 | 53 | 0 | 41 | 321 | 120 | 45 |
| Binary | 10011 | 1100010 | 10101011 | 1011001 | 101011 | 0 | 100001 | 11010001 | 1010000 | 100101 |
Color Harmonies of #1362AB
Complementary color
Monochromatic Colors of #1362AB
Black with #1362AB
Text Example
Text Example
White with #1362AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1362AB; }
p { color: rgb(19,98,171); }
H1.HeaderClassName
{
color: #1362AB;
}
.AnyTagClassName
{
color: #1362AB;
}
</style>
background-color css
<style>
a { background-color: #1362AB; }
a { background-color: rgb(19,98,171); }
div.DivClassName
{
background-color: #1362AB;
}
.BgClassName
{
background-color: #1362AB;
}
</style>
border-color css
<style>
span { border-color: #1362AB; }
span { border-color: rgb(19,98,171); }
td.TdClassName
{
border-color: #1362AB;
}
.TagClassName
{
border-color: #1362AB;
}
</style>