Shades of Denim #1369AF
Tints of Denim #1369AF
RGB
CMYK
RGB Variations
Color information
#1369AF (or 0x1369AF) is known color: Denim. HEX triplet: 13, 69 and AF. RGB value is (19,105,175). Sum of RGB (Red+Green+Blue) = 19+105+175=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #1369AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1369AF is #EC9650. Grayscale: #565656. Windows color (decimal): -15504977 or 11495699. OLE color: 11495699.
HSL color Cylindrical-coordinate representation of color #1369AF: hue angle of 206.92º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1369AF is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 105 | 175 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.31 |
| HSL | 206.92º | 0.8% | 0.38% | - |
| HSV(B) | 206.92º | 0.89% | 0.69% | - |
| XYZ | 13.06 | 13.34 | 42.44 | - |
| YUV | 87.27 | 177.51 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 175 | 0.89 | 0.40 | 0 | 0.31 | 206.92 | 0.8 | 0.38 |
| Hex | 13 | 69 | AF | 59 | 28 | 0 | 1F | CF | 50 | 26 |
| Octal | 23 | 151 | 257 | 131 | 50 | 0 | 37 | 317 | 120 | 46 |
| Binary | 10011 | 1101001 | 10101111 | 1011001 | 101000 | 0 | 11111 | 11001111 | 1010000 | 100110 |
Color Harmonies of #1369AF
Complementary color
Monochromatic Colors of #1369AF
Black with #1369AF
Text Example
Text Example
White with #1369AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1369AF; }
p { color: rgb(19,105,175); }
H1.HeaderClassName
{
color: #1369AF;
}
.AnyTagClassName
{
color: #1369AF;
}
</style>
background-color css
<style>
a { background-color: #1369AF; }
a { background-color: rgb(19,105,175); }
div.DivClassName
{
background-color: #1369AF;
}
.BgClassName
{
background-color: #1369AF;
}
</style>
border-color css
<style>
span { border-color: #1369AF; }
span { border-color: rgb(19,105,175); }
td.TdClassName
{
border-color: #1369AF;
}
.TagClassName
{
border-color: #1369AF;
}
</style>