Shades of Denim #1950B5
Tints of Denim #1950B5
RGB
CMYK
RGB Variations
Color information
#1950B5 (or 0x1950B5) is known color: Denim. HEX triplet: 19, 50 and B5. RGB value is (25,80,181). Sum of RGB (Red+Green+Blue) = 25+80+181=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 181 (71.09% from 255 or 63.29% from 286); Max value from RGB is 181 - color contains mainly: blue. Hex color #1950B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1950B5 is #E6AF4A. Grayscale: #4A4A4A. Windows color (decimal): -15118155 or 11882521. OLE color: 11882521.
HSL color Cylindrical-coordinate representation of color #1950B5: hue angle of 218.85º 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 #1950B5 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 80 | 181 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.29 |
| HSL | 218.85º | 0.76% | 0.4% | - |
| HSV(B) | 218.85º | 0.86% | 0.71% | - |
| XYZ | 11.61 | 9.28 | 44.9 | - |
| YUV | 75.07 | 187.78 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 181 | 0.86 | 0.56 | 0 | 0.29 | 218.85 | 0.76 | 0.4 |
| Hex | 19 | 50 | B5 | 56 | 38 | 0 | 1D | DB | 4C | 28 |
| Octal | 31 | 120 | 265 | 126 | 70 | 0 | 35 | 333 | 114 | 50 |
| Binary | 11001 | 1010000 | 10110101 | 1010110 | 111000 | 0 | 11101 | 11011011 | 1001100 | 101000 |
Color Harmonies of #1950B5
Complementary color
Monochromatic Colors of #1950B5
Black with #1950B5
Text Example
Text Example
White with #1950B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1950B5; }
p { color: rgb(25,80,181); }
H1.HeaderClassName
{
color: #1950B5;
}
.AnyTagClassName
{
color: #1950B5;
}
</style>
background-color css
<style>
a { background-color: #1950B5; }
a { background-color: rgb(25,80,181); }
div.DivClassName
{
background-color: #1950B5;
}
.BgClassName
{
background-color: #1950B5;
}
</style>
border-color css
<style>
span { border-color: #1950B5; }
span { border-color: rgb(25,80,181); }
td.TdClassName
{
border-color: #1950B5;
}
.TagClassName
{
border-color: #1950B5;
}
</style>