Shades of Denim #195DC3
Tints of Denim #195DC3
RGB
CMYK
RGB Variations
Color information
#195DC3 (or 0x195DC3) is known color: Denim. HEX triplet: 19, 5D and C3. RGB value is (25,93,195). Sum of RGB (Red+Green+Blue) = 25+93+195=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 195 (76.56% from 255 or 62.30% from 313); Max value from RGB is 195 - color contains mainly: blue. Hex color #195DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DC3 is #E6A23C. Grayscale: #535353. Windows color (decimal): -15114813 or 12803353. OLE color: 12803353.
HSL color Cylindrical-coordinate representation of color #195DC3: hue angle of 216º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195DC3 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 93 | 195 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.24 |
| HSL | 216º | 0.77% | 0.43% | - |
| HSV(B) | 216º | 0.87% | 0.76% | - |
| XYZ | 14.17 | 11.98 | 53.19 | - |
| YUV | 84.3 | 190.47 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 195 | 0.87 | 0.52 | 0 | 0.24 | 216 | 0.77 | 0.43 |
| Hex | 19 | 5D | C3 | 57 | 34 | 0 | 18 | D8 | 4D | 2B |
| Octal | 31 | 135 | 303 | 127 | 64 | 0 | 30 | 330 | 115 | 53 |
| Binary | 11001 | 1011101 | 11000011 | 1010111 | 110100 | 0 | 11000 | 11011000 | 1001101 | 101011 |
Color Harmonies of #195DC3
Complementary color
Monochromatic Colors of #195DC3
Black with #195DC3
Text Example
Text Example
White with #195DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DC3; }
p { color: rgb(25,93,195); }
H1.HeaderClassName
{
color: #195DC3;
}
.AnyTagClassName
{
color: #195DC3;
}
</style>
background-color css
<style>
a { background-color: #195DC3; }
a { background-color: rgb(25,93,195); }
div.DivClassName
{
background-color: #195DC3;
}
.BgClassName
{
background-color: #195DC3;
}
</style>
border-color css
<style>
span { border-color: #195DC3; }
span { border-color: rgb(25,93,195); }
td.TdClassName
{
border-color: #195DC3;
}
.TagClassName
{
border-color: #195DC3;
}
</style>