Shades of Denim #1962B5
Tints of Denim #1962B5
RGB
CMYK
RGB Variations
Color information
#1962B5 (or 0x1962B5) is known color: Denim. HEX triplet: 19, 62 and B5. RGB value is (25,98,181). Sum of RGB (Red+Green+Blue) = 25+98+181=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 181 (71.09% from 255 or 59.54% from 304); Max value from RGB is 181 - color contains mainly: blue. Hex color #1962B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1962B5 is #E69D4A. Grayscale: #555555. Windows color (decimal): -15113547 or 11887129. OLE color: 11887129.
HSL color Cylindrical-coordinate representation of color #1962B5: hue angle of 211.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1962B5 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 98 | 181 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.29 |
| HSL | 211.92º | 0.76% | 0.4% | - |
| HSV(B) | 211.92º | 0.86% | 0.71% | - |
| XYZ | 13.11 | 12.28 | 45.4 | - |
| YUV | 85.64 | 181.82 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 181 | 0.86 | 0.46 | 0 | 0.29 | 211.92 | 0.76 | 0.4 |
| Hex | 19 | 62 | B5 | 56 | 2E | 0 | 1D | D4 | 4C | 28 |
| Octal | 31 | 142 | 265 | 126 | 56 | 0 | 35 | 324 | 114 | 50 |
| Binary | 11001 | 1100010 | 10110101 | 1010110 | 101110 | 0 | 11101 | 11010100 | 1001100 | 101000 |
Color Harmonies of #1962B5
Complementary color
Monochromatic Colors of #1962B5
Black with #1962B5
Text Example
Text Example
White with #1962B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1962B5; }
p { color: rgb(25,98,181); }
H1.HeaderClassName
{
color: #1962B5;
}
.AnyTagClassName
{
color: #1962B5;
}
</style>
background-color css
<style>
a { background-color: #1962B5; }
a { background-color: rgb(25,98,181); }
div.DivClassName
{
background-color: #1962B5;
}
.BgClassName
{
background-color: #1962B5;
}
</style>
border-color css
<style>
span { border-color: #1962B5; }
span { border-color: rgb(25,98,181); }
td.TdClassName
{
border-color: #1962B5;
}
.TagClassName
{
border-color: #1962B5;
}
</style>