Shades of Denim #195DB7
Tints of Denim #195DB7
RGB
CMYK
RGB Variations
Color information
#195DB7 (or 0x195DB7) is known color: Denim. HEX triplet: 19, 5D and B7. RGB value is (25,93,183). Sum of RGB (Red+Green+Blue) = 25+93+183=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 183 (71.88% from 255 or 60.80% from 301); Max value from RGB is 183 - color contains mainly: blue. Hex color #195DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DB7 is #E6A248. Grayscale: #525252. Windows color (decimal): -15114825 or 12016921. OLE color: 12016921.
HSL color Cylindrical-coordinate representation of color #195DB7: hue angle of 214.18º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #195DB7 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 93 | 183 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.28 |
| HSL | 214.18º | 0.76% | 0.41% | - |
| HSV(B) | 214.18º | 0.86% | 0.72% | - |
| XYZ | 12.86 | 11.45 | 46.33 | - |
| YUV | 82.93 | 184.47 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 183 | 0.86 | 0.49 | 0 | 0.28 | 214.18 | 0.76 | 0.41 |
| Hex | 19 | 5D | B7 | 56 | 31 | 0 | 1C | D6 | 4C | 29 |
| Octal | 31 | 135 | 267 | 126 | 61 | 0 | 34 | 326 | 114 | 51 |
| Binary | 11001 | 1011101 | 10110111 | 1010110 | 110001 | 0 | 11100 | 11010110 | 1001100 | 101001 |
Color Harmonies of #195DB7
Complementary color
Monochromatic Colors of #195DB7
Black with #195DB7
Text Example
Text Example
White with #195DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DB7; }
p { color: rgb(25,93,183); }
H1.HeaderClassName
{
color: #195DB7;
}
.AnyTagClassName
{
color: #195DB7;
}
</style>
background-color css
<style>
a { background-color: #195DB7; }
a { background-color: rgb(25,93,183); }
div.DivClassName
{
background-color: #195DB7;
}
.BgClassName
{
background-color: #195DB7;
}
</style>
border-color css
<style>
span { border-color: #195DB7; }
span { border-color: rgb(25,93,183); }
td.TdClassName
{
border-color: #195DB7;
}
.TagClassName
{
border-color: #195DB7;
}
</style>