Shades of Denim #195DB4
Tints of Denim #195DB4
RGB
CMYK
RGB Variations
Color information
#195DB4 (or 0x195DB4) is known color: Denim. HEX triplet: 19, 5D and B4. RGB value is (25,93,180). Sum of RGB (Red+Green+Blue) = 25+93+180=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #195DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DB4 is #E6A24B. Grayscale: #525252. Windows color (decimal): -15114828 or 11820313. OLE color: 11820313.
HSL color Cylindrical-coordinate representation of color #195DB4: hue angle of 213.68º 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 #195DB4 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 93 | 180 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.29 |
| HSL | 213.68º | 0.76% | 0.4% | - |
| HSV(B) | 213.68º | 0.86% | 0.71% | - |
| XYZ | 12.55 | 11.33 | 44.71 | - |
| YUV | 82.59 | 182.97 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 180 | 0.86 | 0.48 | 0 | 0.29 | 213.68 | 0.76 | 0.4 |
| Hex | 19 | 5D | B4 | 56 | 30 | 0 | 1D | D6 | 4C | 28 |
| Octal | 31 | 135 | 264 | 126 | 60 | 0 | 35 | 326 | 114 | 50 |
| Binary | 11001 | 1011101 | 10110100 | 1010110 | 110000 | 0 | 11101 | 11010110 | 1001100 | 101000 |
Color Harmonies of #195DB4
Complementary color
Monochromatic Colors of #195DB4
Black with #195DB4
Text Example
Text Example
White with #195DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DB4; }
p { color: rgb(25,93,180); }
H1.HeaderClassName
{
color: #195DB4;
}
.AnyTagClassName
{
color: #195DB4;
}
</style>
background-color css
<style>
a { background-color: #195DB4; }
a { background-color: rgb(25,93,180); }
div.DivClassName
{
background-color: #195DB4;
}
.BgClassName
{
background-color: #195DB4;
}
</style>
border-color css
<style>
span { border-color: #195DB4; }
span { border-color: rgb(25,93,180); }
td.TdClassName
{
border-color: #195DB4;
}
.TagClassName
{
border-color: #195DB4;
}
</style>