Shades of Denim #1365AE
Tints of Denim #1365AE
RGB
CMYK
RGB Variations
Color information
#1365AE (or 0x1365AE) is known color: Denim. HEX triplet: 13, 65 and AE. RGB value is (19,101,174). Sum of RGB (Red+Green+Blue) = 19+101+174=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #1365AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1365AE is #EC9A51. Grayscale: #545454. Windows color (decimal): -15506002 or 11429139. OLE color: 11429139.
HSL color Cylindrical-coordinate representation of color #1365AE: hue angle of 208.26º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1365AE is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 101 | 174 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.32 |
| HSL | 208.26º | 0.8% | 0.38% | - |
| HSV(B) | 208.26º | 0.89% | 0.68% | - |
| XYZ | 12.56 | 12.5 | 41.8 | - |
| YUV | 84.8 | 178.33 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 174 | 0.89 | 0.42 | 0 | 0.32 | 208.26 | 0.8 | 0.38 |
| Hex | 13 | 65 | AE | 59 | 2A | 0 | 20 | D0 | 50 | 26 |
| Octal | 23 | 145 | 256 | 131 | 52 | 0 | 40 | 320 | 120 | 46 |
| Binary | 10011 | 1100101 | 10101110 | 1011001 | 101010 | 0 | 100000 | 11010000 | 1010000 | 100110 |
Color Harmonies of #1365AE
Complementary color
Monochromatic Colors of #1365AE
Black with #1365AE
Text Example
Text Example
White with #1365AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1365AE; }
p { color: rgb(19,101,174); }
H1.HeaderClassName
{
color: #1365AE;
}
.AnyTagClassName
{
color: #1365AE;
}
</style>
background-color css
<style>
a { background-color: #1365AE; }
a { background-color: rgb(19,101,174); }
div.DivClassName
{
background-color: #1365AE;
}
.BgClassName
{
background-color: #1365AE;
}
</style>
border-color css
<style>
span { border-color: #1365AE; }
span { border-color: rgb(19,101,174); }
td.TdClassName
{
border-color: #1365AE;
}
.TagClassName
{
border-color: #1365AE;
}
</style>