Shades of Denim #195DB6
Tints of Denim #195DB6
RGB
CMYK
RGB Variations
Color information
#195DB6 (or 0x195DB6) is known color: Denim. HEX triplet: 19, 5D and B6. RGB value is (25,93,182). Sum of RGB (Red+Green+Blue) = 25+93+182=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 182 (71.48% from 255 or 60.67% from 300); Max value from RGB is 182 - color contains mainly: blue. Hex color #195DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DB6 is #E6A249. Grayscale: #525252. Windows color (decimal): -15114826 or 11951385. OLE color: 11951385.
HSL color Cylindrical-coordinate representation of color #195DB6: hue angle of 214.01º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #195DB6 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 93 | 182 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.29 |
| HSL | 214.01º | 0.76% | 0.41% | - |
| HSV(B) | 214.01º | 0.86% | 0.71% | - |
| XYZ | 12.76 | 11.41 | 45.79 | - |
| YUV | 82.81 | 183.97 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 182 | 0.86 | 0.49 | 0 | 0.29 | 214.01 | 0.76 | 0.41 |
| Hex | 19 | 5D | B6 | 56 | 31 | 0 | 1D | D6 | 4C | 29 |
| Octal | 31 | 135 | 266 | 126 | 61 | 0 | 35 | 326 | 114 | 51 |
| Binary | 11001 | 1011101 | 10110110 | 1010110 | 110001 | 0 | 11101 | 11010110 | 1001100 | 101001 |
Color Harmonies of #195DB6
Complementary color
Monochromatic Colors of #195DB6
Black with #195DB6
Text Example
Text Example
White with #195DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DB6; }
p { color: rgb(25,93,182); }
H1.HeaderClassName
{
color: #195DB6;
}
.AnyTagClassName
{
color: #195DB6;
}
</style>
background-color css
<style>
a { background-color: #195DB6; }
a { background-color: rgb(25,93,182); }
div.DivClassName
{
background-color: #195DB6;
}
.BgClassName
{
background-color: #195DB6;
}
</style>
border-color css
<style>
span { border-color: #195DB6; }
span { border-color: rgb(25,93,182); }
td.TdClassName
{
border-color: #195DB6;
}
.TagClassName
{
border-color: #195DB6;
}
</style>