Shades of Denim #1366A1
Tints of Denim #1366A1
RGB
CMYK
RGB Variations
Color information
#1366A1 (or 0x1366A1) is known color: Denim. HEX triplet: 13, 66 and A1. RGB value is (19,102,161). Sum of RGB (Red+Green+Blue) = 19+102+161=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 161 (63.28% from 255 or 57.09% from 282); Max value from RGB is 161 - color contains mainly: blue. Hex color #1366A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1366A1 is #EC995E. Grayscale: #535353. Windows color (decimal): -15505759 or 10577427. OLE color: 10577427.
HSL color Cylindrical-coordinate representation of color #1366A1: hue angle of 204.93º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1366A1 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 102 | 161 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.37 |
| HSL | 204.93º | 0.79% | 0.35% | - |
| HSV(B) | 204.93º | 0.88% | 0.63% | - |
| XYZ | 11.45 | 12.21 | 35.47 | - |
| YUV | 83.91 | 171.5 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 161 | 0.88 | 0.37 | 0 | 0.37 | 204.93 | 0.79 | 0.35 |
| Hex | 13 | 66 | A1 | 58 | 25 | 0 | 25 | CD | 4F | 23 |
| Octal | 23 | 146 | 241 | 130 | 45 | 0 | 45 | 315 | 117 | 43 |
| Binary | 10011 | 1100110 | 10100001 | 1011000 | 100101 | 0 | 100101 | 11001101 | 1001111 | 100011 |
Color Harmonies of #1366A1
Complementary color
Monochromatic Colors of #1366A1
Black with #1366A1
Text Example
Text Example
White with #1366A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1366A1; }
p { color: rgb(19,102,161); }
H1.HeaderClassName
{
color: #1366A1;
}
.AnyTagClassName
{
color: #1366A1;
}
</style>
background-color css
<style>
a { background-color: #1366A1; }
a { background-color: rgb(19,102,161); }
div.DivClassName
{
background-color: #1366A1;
}
.BgClassName
{
background-color: #1366A1;
}
</style>
border-color css
<style>
span { border-color: #1366A1; }
span { border-color: rgb(19,102,161); }
td.TdClassName
{
border-color: #1366A1;
}
.TagClassName
{
border-color: #1366A1;
}
</style>