Shades of Denim #195ECE
Tints of Denim #195ECE
RGB
CMYK
RGB Variations
Color information
#195ECE (or 0x195ECE) is known color: Denim. HEX triplet: 19, 5E and CE. RGB value is (25,94,206). Sum of RGB (Red+Green+Blue) = 25+94+206=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #195ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ECE is #E6A131. Grayscale: #555555. Windows color (decimal): -15114546 or 13524505. OLE color: 13524505.
HSL color Cylindrical-coordinate representation of color #195ECE: hue angle of 217.13º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #195ECE is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 94 | 206 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.19 |
| HSL | 217.13º | 0.78% | 0.45% | - |
| HSV(B) | 217.13º | 0.88% | 0.81% | - |
| XYZ | 15.54 | 12.67 | 60.02 | - |
| YUV | 86.14 | 195.64 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 206 | 0.88 | 0.54 | 0 | 0.19 | 217.13 | 0.78 | 0.45 |
| Hex | 19 | 5E | CE | 58 | 36 | 0 | 13 | D9 | 4E | 2D |
| Octal | 31 | 136 | 316 | 130 | 66 | 0 | 23 | 331 | 116 | 55 |
| Binary | 11001 | 1011110 | 11001110 | 1011000 | 110110 | 0 | 10011 | 11011001 | 1001110 | 101101 |
Color Harmonies of #195ECE
Complementary color
Monochromatic Colors of #195ECE
Black with #195ECE
Text Example
Text Example
White with #195ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195ECE; }
p { color: rgb(25,94,206); }
H1.HeaderClassName
{
color: #195ECE;
}
.AnyTagClassName
{
color: #195ECE;
}
</style>
background-color css
<style>
a { background-color: #195ECE; }
a { background-color: rgb(25,94,206); }
div.DivClassName
{
background-color: #195ECE;
}
.BgClassName
{
background-color: #195ECE;
}
</style>
border-color css
<style>
span { border-color: #195ECE; }
span { border-color: rgb(25,94,206); }
td.TdClassName
{
border-color: #195ECE;
}
.TagClassName
{
border-color: #195ECE;
}
</style>