Shades of Denim #195AC0
Tints of Denim #195AC0
RGB
CMYK
RGB Variations
Color information
#195AC0 (or 0x195AC0) is known color: Denim. HEX triplet: 19, 5A and C0. RGB value is (25,90,192). Sum of RGB (Red+Green+Blue) = 25+90+192=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #195AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195AC0 is #E6A53F. Grayscale: #515151. Windows color (decimal): -15115584 or 12605977. OLE color: 12605977.
HSL color Cylindrical-coordinate representation of color #195AC0: hue angle of 216.65º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195AC0 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 90 | 192 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.25 |
| HSL | 216.65º | 0.77% | 0.43% | - |
| HSV(B) | 216.65º | 0.87% | 0.75% | - |
| XYZ | 13.57 | 11.32 | 51.34 | - |
| YUV | 82.19 | 189.97 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 192 | 0.87 | 0.53 | 0 | 0.25 | 216.65 | 0.77 | 0.43 |
| Hex | 19 | 5A | C0 | 57 | 35 | 0 | 19 | D9 | 4D | 2B |
| Octal | 31 | 132 | 300 | 127 | 65 | 0 | 31 | 331 | 115 | 53 |
| Binary | 11001 | 1011010 | 11000000 | 1010111 | 110101 | 0 | 11001 | 11011001 | 1001101 | 101011 |
Color Harmonies of #195AC0
Complementary color
Monochromatic Colors of #195AC0
Black with #195AC0
Text Example
Text Example
White with #195AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195AC0; }
p { color: rgb(25,90,192); }
H1.HeaderClassName
{
color: #195AC0;
}
.AnyTagClassName
{
color: #195AC0;
}
</style>
background-color css
<style>
a { background-color: #195AC0; }
a { background-color: rgb(25,90,192); }
div.DivClassName
{
background-color: #195AC0;
}
.BgClassName
{
background-color: #195AC0;
}
</style>
border-color css
<style>
span { border-color: #195AC0; }
span { border-color: rgb(25,90,192); }
td.TdClassName
{
border-color: #195AC0;
}
.TagClassName
{
border-color: #195AC0;
}
</style>