Shades of Denim #1362A6
Tints of Denim #1362A6
RGB
CMYK
RGB Variations
Color information
#1362A6 (or 0x1362A6) is known color: Denim. HEX triplet: 13, 62 and A6. RGB value is (19,98,166). Sum of RGB (Red+Green+Blue) = 19+98+166=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 166 (65.23% from 255 or 58.66% from 283); Max value from RGB is 166 - color contains mainly: blue. Hex color #1362A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1362A6 is #EC9D59. Grayscale: #515151. Windows color (decimal): -15506778 or 10904083. OLE color: 10904083.
HSL color Cylindrical-coordinate representation of color #1362A6: hue angle of 207.76º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1362A6 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 98 | 166 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.35 |
| HSL | 207.76º | 0.79% | 0.36% | - |
| HSV(B) | 207.76º | 0.89% | 0.65% | - |
| XYZ | 11.52 | 11.63 | 37.71 | - |
| YUV | 82.13 | 175.33 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 166 | 0.89 | 0.41 | 0 | 0.35 | 207.76 | 0.79 | 0.36 |
| Hex | 13 | 62 | A6 | 59 | 29 | 0 | 23 | D0 | 4F | 24 |
| Octal | 23 | 142 | 246 | 131 | 51 | 0 | 43 | 320 | 117 | 44 |
| Binary | 10011 | 1100010 | 10100110 | 1011001 | 101001 | 0 | 100011 | 11010000 | 1001111 | 100100 |
Color Harmonies of #1362A6
Complementary color
Monochromatic Colors of #1362A6
Black with #1362A6
Text Example
Text Example
White with #1362A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1362A6; }
p { color: rgb(19,98,166); }
H1.HeaderClassName
{
color: #1362A6;
}
.AnyTagClassName
{
color: #1362A6;
}
</style>
background-color css
<style>
a { background-color: #1362A6; }
a { background-color: rgb(19,98,166); }
div.DivClassName
{
background-color: #1362A6;
}
.BgClassName
{
background-color: #1362A6;
}
</style>
border-color css
<style>
span { border-color: #1362A6; }
span { border-color: rgb(19,98,166); }
td.TdClassName
{
border-color: #1362A6;
}
.TagClassName
{
border-color: #1362A6;
}
</style>