Shades of Denim #195ADE
Tints of Denim #195ADE
RGB
CMYK
RGB Variations
Color information
#195ADE (or 0x195ADE) is known color: Denim. HEX triplet: 19, 5A and DE. RGB value is (25,90,222). Sum of RGB (Red+Green+Blue) = 25+90+222=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #195ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ADE is #E6A521. Grayscale: #555555. Windows color (decimal): -15115554 or 14572057. OLE color: 14572057.
HSL color Cylindrical-coordinate representation of color #195ADE: hue angle of 220.2º 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 #195ADE is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 90 | 222 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.13 |
| HSL | 220.2º | 0.8% | 0.48% | - |
| HSV(B) | 220.2º | 0.89% | 0.87% | - |
| XYZ | 17.24 | 12.79 | 70.67 | - |
| YUV | 85.61 | 204.97 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 222 | 0.89 | 0.59 | 0 | 0.13 | 220.2 | 0.8 | 0.48 |
| Hex | 19 | 5A | DE | 59 | 3B | 0 | D | DC | 50 | 30 |
| Octal | 31 | 132 | 336 | 131 | 73 | 0 | 15 | 334 | 120 | 60 |
| Binary | 11001 | 1011010 | 11011110 | 1011001 | 111011 | 0 | 1101 | 11011100 | 1010000 | 110000 |
Color Harmonies of #195ADE
Complementary color
Monochromatic Colors of #195ADE
Black with #195ADE
Text Example
Text Example
White with #195ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195ADE; }
p { color: rgb(25,90,222); }
H1.HeaderClassName
{
color: #195ADE;
}
.AnyTagClassName
{
color: #195ADE;
}
</style>
background-color css
<style>
a { background-color: #195ADE; }
a { background-color: rgb(25,90,222); }
div.DivClassName
{
background-color: #195ADE;
}
.BgClassName
{
background-color: #195ADE;
}
</style>
border-color css
<style>
span { border-color: #195ADE; }
span { border-color: rgb(25,90,222); }
td.TdClassName
{
border-color: #195ADE;
}
.TagClassName
{
border-color: #195ADE;
}
</style>