Shades of Denim #195EC9
Tints of Denim #195EC9
RGB
CMYK
RGB Variations
Color information
#195EC9 (or 0x195EC9) is known color: Denim. HEX triplet: 19, 5E and C9. RGB value is (25,94,201). Sum of RGB (Red+Green+Blue) = 25+94+201=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 201 (78.91% from 255 or 62.81% from 320); Max value from RGB is 201 - color contains mainly: blue. Hex color #195EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195EC9 is #E6A136. Grayscale: #555555. Windows color (decimal): -15114551 or 13196825. OLE color: 13196825.
HSL color Cylindrical-coordinate representation of color #195EC9: hue angle of 216.48º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #195EC9 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 94 | 201 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.21 |
| HSL | 216.48º | 0.78% | 0.44% | - |
| HSV(B) | 216.48º | 0.88% | 0.79% | - |
| XYZ | 14.95 | 12.43 | 56.87 | - |
| YUV | 85.57 | 193.14 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 201 | 0.88 | 0.53 | 0 | 0.21 | 216.48 | 0.78 | 0.44 |
| Hex | 19 | 5E | C9 | 58 | 35 | 0 | 15 | D8 | 4E | 2C |
| Octal | 31 | 136 | 311 | 130 | 65 | 0 | 25 | 330 | 116 | 54 |
| Binary | 11001 | 1011110 | 11001001 | 1011000 | 110101 | 0 | 10101 | 11011000 | 1001110 | 101100 |
Color Harmonies of #195EC9
Complementary color
Monochromatic Colors of #195EC9
Black with #195EC9
Text Example
Text Example
White with #195EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195EC9; }
p { color: rgb(25,94,201); }
H1.HeaderClassName
{
color: #195EC9;
}
.AnyTagClassName
{
color: #195EC9;
}
</style>
background-color css
<style>
a { background-color: #195EC9; }
a { background-color: rgb(25,94,201); }
div.DivClassName
{
background-color: #195EC9;
}
.BgClassName
{
background-color: #195EC9;
}
</style>
border-color css
<style>
span { border-color: #195EC9; }
span { border-color: rgb(25,94,201); }
td.TdClassName
{
border-color: #195EC9;
}
.TagClassName
{
border-color: #195EC9;
}
</style>