Shades of Denim #1365AB
Tints of Denim #1365AB
RGB
CMYK
RGB Variations
Color information
#1365AB (or 0x1365AB) is known color: Denim. HEX triplet: 13, 65 and AB. RGB value is (19,101,171). Sum of RGB (Red+Green+Blue) = 19+101+171=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #1365AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1365AB is #EC9A54. Grayscale: #545454. Windows color (decimal): -15506005 or 11232531. OLE color: 11232531.
HSL color Cylindrical-coordinate representation of color #1365AB: hue angle of 207.63º 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 #1365AB is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 101 | 171 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.33 |
| HSL | 207.63º | 0.8% | 0.37% | - |
| HSV(B) | 207.63º | 0.89% | 0.67% | - |
| XYZ | 12.27 | 12.39 | 40.27 | - |
| YUV | 84.46 | 176.83 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 171 | 0.89 | 0.41 | 0 | 0.33 | 207.63 | 0.8 | 0.37 |
| Hex | 13 | 65 | AB | 59 | 29 | 0 | 21 | D0 | 50 | 25 |
| Octal | 23 | 145 | 253 | 131 | 51 | 0 | 41 | 320 | 120 | 45 |
| Binary | 10011 | 1100101 | 10101011 | 1011001 | 101001 | 0 | 100001 | 11010000 | 1010000 | 100101 |
Color Harmonies of #1365AB
Complementary color
Monochromatic Colors of #1365AB
Black with #1365AB
Text Example
Text Example
White with #1365AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1365AB; }
p { color: rgb(19,101,171); }
H1.HeaderClassName
{
color: #1365AB;
}
.AnyTagClassName
{
color: #1365AB;
}
</style>
background-color css
<style>
a { background-color: #1365AB; }
a { background-color: rgb(19,101,171); }
div.DivClassName
{
background-color: #1365AB;
}
.BgClassName
{
background-color: #1365AB;
}
</style>
border-color css
<style>
span { border-color: #1365AB; }
span { border-color: rgb(19,101,171); }
td.TdClassName
{
border-color: #1365AB;
}
.TagClassName
{
border-color: #1365AB;
}
</style>