Shades of Denim #195EDD
Tints of Denim #195EDD
RGB
CMYK
RGB Variations
Color information
#195EDD (or 0x195EDD) is known color: Denim. HEX triplet: 19, 5E and DD. RGB value is (25,94,221). Sum of RGB (Red+Green+Blue) = 25+94+221=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #195EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195EDD is #E6A122. Grayscale: #575757. Windows color (decimal): -15114531 or 14507545. OLE color: 14507545.
HSL color Cylindrical-coordinate representation of color #195EDD: hue angle of 218.88º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195EDD is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 94 | 221 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.13 |
| HSL | 218.88º | 0.8% | 0.48% | - |
| HSV(B) | 218.88º | 0.89% | 0.87% | - |
| XYZ | 17.45 | 13.43 | 70.08 | - |
| YUV | 87.85 | 203.14 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 221 | 0.89 | 0.57 | 0 | 0.13 | 218.88 | 0.8 | 0.48 |
| Hex | 19 | 5E | DD | 59 | 39 | 0 | D | DB | 50 | 30 |
| Octal | 31 | 136 | 335 | 131 | 71 | 0 | 15 | 333 | 120 | 60 |
| Binary | 11001 | 1011110 | 11011101 | 1011001 | 111001 | 0 | 1101 | 11011011 | 1010000 | 110000 |
Color Harmonies of #195EDD
Complementary color
Monochromatic Colors of #195EDD
Black with #195EDD
Text Example
Text Example
White with #195EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195EDD; }
p { color: rgb(25,94,221); }
H1.HeaderClassName
{
color: #195EDD;
}
.AnyTagClassName
{
color: #195EDD;
}
</style>
background-color css
<style>
a { background-color: #195EDD; }
a { background-color: rgb(25,94,221); }
div.DivClassName
{
background-color: #195EDD;
}
.BgClassName
{
background-color: #195EDD;
}
</style>
border-color css
<style>
span { border-color: #195EDD; }
span { border-color: rgb(25,94,221); }
td.TdClassName
{
border-color: #195EDD;
}
.TagClassName
{
border-color: #195EDD;
}
</style>