Shades of Denim #1364AA
Tints of Denim #1364AA
RGB
CMYK
RGB Variations
Color information
#1364AA (or 0x1364AA) is known color: Denim. HEX triplet: 13, 64 and AA. RGB value is (19,100,170). Sum of RGB (Red+Green+Blue) = 19+100+170=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #1364AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1364AA is #EC9B55. Grayscale: #535353. Windows color (decimal): -15506262 or 11166739. OLE color: 11166739.
HSL color Cylindrical-coordinate representation of color #1364AA: hue angle of 207.81º 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 #1364AA is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 100 | 170 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.33 |
| HSL | 207.81º | 0.8% | 0.37% | - |
| HSV(B) | 207.81º | 0.89% | 0.67% | - |
| XYZ | 12.08 | 12.16 | 39.74 | - |
| YUV | 83.76 | 176.66 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 100 | 170 | 0.89 | 0.41 | 0 | 0.33 | 207.81 | 0.8 | 0.37 |
| Hex | 13 | 64 | AA | 59 | 29 | 0 | 21 | D0 | 50 | 25 |
| Octal | 23 | 144 | 252 | 131 | 51 | 0 | 41 | 320 | 120 | 45 |
| Binary | 10011 | 1100100 | 10101010 | 1011001 | 101001 | 0 | 100001 | 11010000 | 1010000 | 100101 |
Color Harmonies of #1364AA
Complementary color
Monochromatic Colors of #1364AA
Black with #1364AA
Text Example
Text Example
White with #1364AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1364AA; }
p { color: rgb(19,100,170); }
H1.HeaderClassName
{
color: #1364AA;
}
.AnyTagClassName
{
color: #1364AA;
}
</style>
background-color css
<style>
a { background-color: #1364AA; }
a { background-color: rgb(19,100,170); }
div.DivClassName
{
background-color: #1364AA;
}
.BgClassName
{
background-color: #1364AA;
}
</style>
border-color css
<style>
span { border-color: #1364AA; }
span { border-color: rgb(19,100,170); }
td.TdClassName
{
border-color: #1364AA;
}
.TagClassName
{
border-color: #1364AA;
}
</style>