Shades of Denim #195DBD
Tints of Denim #195DBD
RGB
CMYK
RGB Variations
Color information
#195DBD (or 0x195DBD) is known color: Denim. HEX triplet: 19, 5D and BD. RGB value is (25,93,189). Sum of RGB (Red+Green+Blue) = 25+93+189=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #195DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DBD is #E6A242. Grayscale: #535353. Windows color (decimal): -15114819 or 12410137. OLE color: 12410137.
HSL color Cylindrical-coordinate representation of color #195DBD: hue angle of 215.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195DBD is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 93 | 189 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.26 |
| HSL | 215.12º | 0.77% | 0.42% | - |
| HSV(B) | 215.12º | 0.87% | 0.74% | - |
| XYZ | 13.5 | 11.71 | 49.69 | - |
| YUV | 83.61 | 187.47 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 189 | 0.87 | 0.51 | 0 | 0.26 | 215.12 | 0.77 | 0.42 |
| Hex | 19 | 5D | BD | 57 | 33 | 0 | 1A | D7 | 4D | 2A |
| Octal | 31 | 135 | 275 | 127 | 63 | 0 | 32 | 327 | 115 | 52 |
| Binary | 11001 | 1011101 | 10111101 | 1010111 | 110011 | 0 | 11010 | 11010111 | 1001101 | 101010 |
Color Harmonies of #195DBD
Complementary color
Monochromatic Colors of #195DBD
Black with #195DBD
Text Example
Text Example
White with #195DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DBD; }
p { color: rgb(25,93,189); }
H1.HeaderClassName
{
color: #195DBD;
}
.AnyTagClassName
{
color: #195DBD;
}
</style>
background-color css
<style>
a { background-color: #195DBD; }
a { background-color: rgb(25,93,189); }
div.DivClassName
{
background-color: #195DBD;
}
.BgClassName
{
background-color: #195DBD;
}
</style>
border-color css
<style>
span { border-color: #195DBD; }
span { border-color: rgb(25,93,189); }
td.TdClassName
{
border-color: #195DBD;
}
.TagClassName
{
border-color: #195DBD;
}
</style>