Shades of Denim #195EDC
Tints of Denim #195EDC
RGB
CMYK
RGB Variations
Color information
#195EDC (or 0x195EDC) is known color: Denim. HEX triplet: 19, 5E and DC. RGB value is (25,94,220). Sum of RGB (Red+Green+Blue) = 25+94+220=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #195EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195EDC is #E6A123. Grayscale: #575757. Windows color (decimal): -15114532 or 14442009. OLE color: 14442009.
HSL color Cylindrical-coordinate representation of color #195EDC: hue angle of 218.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195EDC is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 94 | 220 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.14 |
| HSL | 218.77º | 0.8% | 0.48% | - |
| HSV(B) | 218.77º | 0.89% | 0.86% | - |
| XYZ | 17.32 | 13.38 | 69.38 | - |
| YUV | 87.73 | 202.64 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 220 | 0.89 | 0.57 | 0 | 0.14 | 218.77 | 0.8 | 0.48 |
| Hex | 19 | 5E | DC | 59 | 39 | 0 | E | DB | 50 | 30 |
| Octal | 31 | 136 | 334 | 131 | 71 | 0 | 16 | 333 | 120 | 60 |
| Binary | 11001 | 1011110 | 11011100 | 1011001 | 111001 | 0 | 1110 | 11011011 | 1010000 | 110000 |
Color Harmonies of #195EDC
Complementary color
Monochromatic Colors of #195EDC
Black with #195EDC
Text Example
Text Example
White with #195EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195EDC; }
p { color: rgb(25,94,220); }
H1.HeaderClassName
{
color: #195EDC;
}
.AnyTagClassName
{
color: #195EDC;
}
</style>
background-color css
<style>
a { background-color: #195EDC; }
a { background-color: rgb(25,94,220); }
div.DivClassName
{
background-color: #195EDC;
}
.BgClassName
{
background-color: #195EDC;
}
</style>
border-color css
<style>
span { border-color: #195EDC; }
span { border-color: rgb(25,94,220); }
td.TdClassName
{
border-color: #195EDC;
}
.TagClassName
{
border-color: #195EDC;
}
</style>