Shades of Denim #1361AB
Tints of Denim #1361AB
RGB
CMYK
RGB Variations
Color information
#1361AB (or 0x1361AB) is known color: Denim. HEX triplet: 13, 61 and AB. RGB value is (19,97,171). Sum of RGB (Red+Green+Blue) = 19+97+171=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #1361AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1361AB is #EC9E54. Grayscale: #515151. Windows color (decimal): -15507029 or 11231507. OLE color: 11231507.
HSL color Cylindrical-coordinate representation of color #1361AB: hue angle of 209.21º 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 #1361AB is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 97 | 171 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.33 |
| HSL | 209.21º | 0.8% | 0.37% | - |
| HSV(B) | 209.21º | 0.89% | 0.67% | - |
| XYZ | 11.89 | 11.63 | 40.15 | - |
| YUV | 82.11 | 178.16 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 171 | 0.89 | 0.43 | 0 | 0.33 | 209.21 | 0.8 | 0.37 |
| Hex | 13 | 61 | AB | 59 | 2B | 0 | 21 | D1 | 50 | 25 |
| Octal | 23 | 141 | 253 | 131 | 53 | 0 | 41 | 321 | 120 | 45 |
| Binary | 10011 | 1100001 | 10101011 | 1011001 | 101011 | 0 | 100001 | 11010001 | 1010000 | 100101 |
Color Harmonies of #1361AB
Complementary color
Monochromatic Colors of #1361AB
Black with #1361AB
Text Example
Text Example
White with #1361AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1361AB; }
p { color: rgb(19,97,171); }
H1.HeaderClassName
{
color: #1361AB;
}
.AnyTagClassName
{
color: #1361AB;
}
</style>
background-color css
<style>
a { background-color: #1361AB; }
a { background-color: rgb(19,97,171); }
div.DivClassName
{
background-color: #1361AB;
}
.BgClassName
{
background-color: #1361AB;
}
</style>
border-color css
<style>
span { border-color: #1361AB; }
span { border-color: rgb(19,97,171); }
td.TdClassName
{
border-color: #1361AB;
}
.TagClassName
{
border-color: #1361AB;
}
</style>