Shades of Denim #1368AC
Tints of Denim #1368AC
RGB
CMYK
RGB Variations
Color information
#1368AC (or 0x1368AC) is known color: Denim. HEX triplet: 13, 68 and AC. RGB value is (19,104,172). Sum of RGB (Red+Green+Blue) = 19+104+172=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #1368AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1368AC is #EC9753. Grayscale: #555555. Windows color (decimal): -15505236 or 11298835. OLE color: 11298835.
HSL color Cylindrical-coordinate representation of color #1368AC: hue angle of 206.67º 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 #1368AC is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 104 | 172 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.33 |
| HSL | 206.67º | 0.8% | 0.37% | - |
| HSV(B) | 206.67º | 0.89% | 0.67% | - |
| XYZ | 12.67 | 13.02 | 40.87 | - |
| YUV | 86.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 172 | 0.89 | 0.40 | 0 | 0.33 | 206.67 | 0.8 | 0.37 |
| Hex | 13 | 68 | AC | 59 | 28 | 0 | 21 | CF | 50 | 25 |
| Octal | 23 | 150 | 254 | 131 | 50 | 0 | 41 | 317 | 120 | 45 |
| Binary | 10011 | 1101000 | 10101100 | 1011001 | 101000 | 0 | 100001 | 11001111 | 1010000 | 100101 |
Color Harmonies of #1368AC
Complementary color
Monochromatic Colors of #1368AC
Black with #1368AC
Text Example
Text Example
White with #1368AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1368AC; }
p { color: rgb(19,104,172); }
H1.HeaderClassName
{
color: #1368AC;
}
.AnyTagClassName
{
color: #1368AC;
}
</style>
background-color css
<style>
a { background-color: #1368AC; }
a { background-color: rgb(19,104,172); }
div.DivClassName
{
background-color: #1368AC;
}
.BgClassName
{
background-color: #1368AC;
}
</style>
border-color css
<style>
span { border-color: #1368AC; }
span { border-color: rgb(19,104,172); }
td.TdClassName
{
border-color: #1368AC;
}
.TagClassName
{
border-color: #1368AC;
}
</style>