Shades of Denim #1962A4
Tints of Denim #1962A4
RGB
CMYK
RGB Variations
Color information
#1962A4 (or 0x1962A4) is known color: Denim. HEX triplet: 19, 62 and A4. RGB value is (25,98,164). Sum of RGB (Red+Green+Blue) = 25+98+164=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #1962A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1962A4 is #E69D5B. Grayscale: #535353. Windows color (decimal): -15113564 or 10773017. OLE color: 10773017.
HSL color Cylindrical-coordinate representation of color #1962A4: hue angle of 208.49º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1962A4 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 98 | 164 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.36 |
| HSL | 208.49º | 0.74% | 0.37% | - |
| HSV(B) | 208.49º | 0.85% | 0.64% | - |
| XYZ | 11.47 | 11.62 | 36.76 | - |
| YUV | 83.7 | 173.32 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 164 | 0.85 | 0.40 | 0 | 0.36 | 208.49 | 0.74 | 0.37 |
| Hex | 19 | 62 | A4 | 55 | 28 | 0 | 24 | D0 | 4A | 25 |
| Octal | 31 | 142 | 244 | 125 | 50 | 0 | 44 | 320 | 112 | 45 |
| Binary | 11001 | 1100010 | 10100100 | 1010101 | 101000 | 0 | 100100 | 11010000 | 1001010 | 100101 |
Color Harmonies of #1962A4
Complementary color
Monochromatic Colors of #1962A4
Black with #1962A4
Text Example
Text Example
White with #1962A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1962A4; }
p { color: rgb(25,98,164); }
H1.HeaderClassName
{
color: #1962A4;
}
.AnyTagClassName
{
color: #1962A4;
}
</style>
background-color css
<style>
a { background-color: #1962A4; }
a { background-color: rgb(25,98,164); }
div.DivClassName
{
background-color: #1962A4;
}
.BgClassName
{
background-color: #1962A4;
}
</style>
border-color css
<style>
span { border-color: #1962A4; }
span { border-color: rgb(25,98,164); }
td.TdClassName
{
border-color: #1962A4;
}
.TagClassName
{
border-color: #1962A4;
}
</style>