Shades of Denim #195DB8
Tints of Denim #195DB8
RGB
CMYK
RGB Variations
Color information
#195DB8 (or 0x195DB8) is known color: Denim. HEX triplet: 19, 5D and B8. RGB value is (25,93,184). Sum of RGB (Red+Green+Blue) = 25+93+184=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 184 (72.27% from 255 or 60.93% from 302); Max value from RGB is 184 - color contains mainly: blue. Hex color #195DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DB8 is #E6A247. Grayscale: #525252. Windows color (decimal): -15114824 or 12082457. OLE color: 12082457.
HSL color Cylindrical-coordinate representation of color #195DB8: hue angle of 214.34º 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 #195DB8 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 93 | 184 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.28 |
| HSL | 214.34º | 0.76% | 0.41% | - |
| HSV(B) | 214.34º | 0.86% | 0.72% | - |
| XYZ | 12.97 | 11.5 | 46.88 | - |
| YUV | 83.04 | 184.97 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 184 | 0.86 | 0.49 | 0 | 0.28 | 214.34 | 0.76 | 0.41 |
| Hex | 19 | 5D | B8 | 56 | 31 | 0 | 1C | D6 | 4C | 29 |
| Octal | 31 | 135 | 270 | 126 | 61 | 0 | 34 | 326 | 114 | 51 |
| Binary | 11001 | 1011101 | 10111000 | 1010110 | 110001 | 0 | 11100 | 11010110 | 1001100 | 101001 |
Color Harmonies of #195DB8
Complementary color
Monochromatic Colors of #195DB8
Black with #195DB8
Text Example
Text Example
White with #195DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DB8; }
p { color: rgb(25,93,184); }
H1.HeaderClassName
{
color: #195DB8;
}
.AnyTagClassName
{
color: #195DB8;
}
</style>
background-color css
<style>
a { background-color: #195DB8; }
a { background-color: rgb(25,93,184); }
div.DivClassName
{
background-color: #195DB8;
}
.BgClassName
{
background-color: #195DB8;
}
</style>
border-color css
<style>
span { border-color: #195DB8; }
span { border-color: rgb(25,93,184); }
td.TdClassName
{
border-color: #195DB8;
}
.TagClassName
{
border-color: #195DB8;
}
</style>