Shades of Denim #1367AB
Tints of Denim #1367AB
RGB
CMYK
RGB Variations
Color information
#1367AB (or 0x1367AB) is known color: Denim. HEX triplet: 13, 67 and AB. RGB value is (19,103,171). Sum of RGB (Red+Green+Blue) = 19+103+171=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #1367AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1367AB is #EC9854. Grayscale: #555555. Windows color (decimal): -15505493 or 11233043. OLE color: 11233043.
HSL color Cylindrical-coordinate representation of color #1367AB: hue angle of 206.84º 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 #1367AB is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 103 | 171 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.33 |
| HSL | 206.84º | 0.8% | 0.37% | - |
| HSV(B) | 206.84º | 0.89% | 0.67% | - |
| XYZ | 12.47 | 12.78 | 40.34 | - |
| YUV | 85.64 | 176.17 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 171 | 0.89 | 0.40 | 0 | 0.33 | 206.84 | 0.8 | 0.37 |
| Hex | 13 | 67 | AB | 59 | 28 | 0 | 21 | CF | 50 | 25 |
| Octal | 23 | 147 | 253 | 131 | 50 | 0 | 41 | 317 | 120 | 45 |
| Binary | 10011 | 1100111 | 10101011 | 1011001 | 101000 | 0 | 100001 | 11001111 | 1010000 | 100101 |
Color Harmonies of #1367AB
Complementary color
Monochromatic Colors of #1367AB
Black with #1367AB
Text Example
Text Example
White with #1367AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1367AB; }
p { color: rgb(19,103,171); }
H1.HeaderClassName
{
color: #1367AB;
}
.AnyTagClassName
{
color: #1367AB;
}
</style>
background-color css
<style>
a { background-color: #1367AB; }
a { background-color: rgb(19,103,171); }
div.DivClassName
{
background-color: #1367AB;
}
.BgClassName
{
background-color: #1367AB;
}
</style>
border-color css
<style>
span { border-color: #1367AB; }
span { border-color: rgb(19,103,171); }
td.TdClassName
{
border-color: #1367AB;
}
.TagClassName
{
border-color: #1367AB;
}
</style>