Shades of Denim #195CC0
Tints of Denim #195CC0
RGB
CMYK
RGB Variations
Color information
#195CC0 (or 0x195CC0) is known color: Denim. HEX triplet: 19, 5C and C0. RGB value is (25,92,192). Sum of RGB (Red+Green+Blue) = 25+92+192=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #195CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195CC0 is #E6A33F. Grayscale: #525252. Windows color (decimal): -15115072 or 12606489. OLE color: 12606489.
HSL color Cylindrical-coordinate representation of color #195CC0: hue angle of 215.93º 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 #195CC0 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 92 | 192 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.25 |
| HSL | 215.93º | 0.77% | 0.43% | - |
| HSV(B) | 215.93º | 0.87% | 0.75% | - |
| XYZ | 13.74 | 11.67 | 51.4 | - |
| YUV | 83.37 | 189.3 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 92 | 192 | 0.87 | 0.52 | 0 | 0.25 | 215.93 | 0.77 | 0.43 |
| Hex | 19 | 5C | C0 | 57 | 34 | 0 | 19 | D8 | 4D | 2B |
| Octal | 31 | 134 | 300 | 127 | 64 | 0 | 31 | 330 | 115 | 53 |
| Binary | 11001 | 1011100 | 11000000 | 1010111 | 110100 | 0 | 11001 | 11011000 | 1001101 | 101011 |
Color Harmonies of #195CC0
Complementary color
Monochromatic Colors of #195CC0
Black with #195CC0
Text Example
Text Example
White with #195CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195CC0; }
p { color: rgb(25,92,192); }
H1.HeaderClassName
{
color: #195CC0;
}
.AnyTagClassName
{
color: #195CC0;
}
</style>
background-color css
<style>
a { background-color: #195CC0; }
a { background-color: rgb(25,92,192); }
div.DivClassName
{
background-color: #195CC0;
}
.BgClassName
{
background-color: #195CC0;
}
</style>
border-color css
<style>
span { border-color: #195CC0; }
span { border-color: rgb(25,92,192); }
td.TdClassName
{
border-color: #195CC0;
}
.TagClassName
{
border-color: #195CC0;
}
</style>