Shades of Denim #1360AC
Tints of Denim #1360AC
RGB
CMYK
RGB Variations
Color information
#1360AC (or 0x1360AC) is known color: Denim. HEX triplet: 13, 60 and AC. RGB value is (19,96,172). Sum of RGB (Red+Green+Blue) = 19+96+172=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #1360AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1360AC is #EC9F53. Grayscale: #515151. Windows color (decimal): -15507284 or 11296787. OLE color: 11296787.
HSL color Cylindrical-coordinate representation of color #1360AC: hue angle of 209.8º 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 #1360AC is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 96 | 172 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.33 |
| HSL | 209.8º | 0.8% | 0.37% | - |
| HSV(B) | 209.8º | 0.89% | 0.67% | - |
| XYZ | 11.9 | 11.48 | 40.62 | - |
| YUV | 81.64 | 178.99 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 172 | 0.89 | 0.44 | 0 | 0.33 | 209.8 | 0.8 | 0.37 |
| Hex | 13 | 60 | AC | 59 | 2C | 0 | 21 | D2 | 50 | 25 |
| Octal | 23 | 140 | 254 | 131 | 54 | 0 | 41 | 322 | 120 | 45 |
| Binary | 10011 | 1100000 | 10101100 | 1011001 | 101100 | 0 | 100001 | 11010010 | 1010000 | 100101 |
Color Harmonies of #1360AC
Complementary color
Monochromatic Colors of #1360AC
Black with #1360AC
Text Example
Text Example
White with #1360AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1360AC; }
p { color: rgb(19,96,172); }
H1.HeaderClassName
{
color: #1360AC;
}
.AnyTagClassName
{
color: #1360AC;
}
</style>
background-color css
<style>
a { background-color: #1360AC; }
a { background-color: rgb(19,96,172); }
div.DivClassName
{
background-color: #1360AC;
}
.BgClassName
{
background-color: #1360AC;
}
</style>
border-color css
<style>
span { border-color: #1360AC; }
span { border-color: rgb(19,96,172); }
td.TdClassName
{
border-color: #1360AC;
}
.TagClassName
{
border-color: #1360AC;
}
</style>