Shades of Denim #1962AA
Tints of Denim #1962AA
RGB
CMYK
RGB Variations
Color information
#1962AA (or 0x1962AA) is known color: Denim. HEX triplet: 19, 62 and AA. RGB value is (25,98,170). Sum of RGB (Red+Green+Blue) = 25+98+170=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #1962AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1962AA is #E69D55. Grayscale: #545454. Windows color (decimal): -15113558 or 11166233. OLE color: 11166233.
HSL color Cylindrical-coordinate representation of color #1962AA: hue angle of 209.79º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1962AA is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 98 | 170 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.33 |
| HSL | 209.79º | 0.74% | 0.38% | - |
| HSV(B) | 209.79º | 0.85% | 0.67% | - |
| XYZ | 12.02 | 11.84 | 39.68 | - |
| YUV | 84.38 | 176.32 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 170 | 0.85 | 0.42 | 0 | 0.33 | 209.79 | 0.74 | 0.38 |
| Hex | 19 | 62 | AA | 55 | 2A | 0 | 21 | D2 | 4A | 26 |
| Octal | 31 | 142 | 252 | 125 | 52 | 0 | 41 | 322 | 112 | 46 |
| Binary | 11001 | 1100010 | 10101010 | 1010101 | 101010 | 0 | 100001 | 11010010 | 1001010 | 100110 |
Color Harmonies of #1962AA
Complementary color
Monochromatic Colors of #1962AA
Black with #1962AA
Text Example
Text Example
White with #1962AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1962AA; }
p { color: rgb(25,98,170); }
H1.HeaderClassName
{
color: #1962AA;
}
.AnyTagClassName
{
color: #1962AA;
}
</style>
background-color css
<style>
a { background-color: #1962AA; }
a { background-color: rgb(25,98,170); }
div.DivClassName
{
background-color: #1962AA;
}
.BgClassName
{
background-color: #1962AA;
}
</style>
border-color css
<style>
span { border-color: #1962AA; }
span { border-color: rgb(25,98,170); }
td.TdClassName
{
border-color: #1962AA;
}
.TagClassName
{
border-color: #1962AA;
}
</style>