Shades of Denim #195CDA
Tints of Denim #195CDA
RGB
CMYK
RGB Variations
Color information
#195CDA (or 0x195CDA) is known color: Denim. HEX triplet: 19, 5C and DA. RGB value is (25,92,218). Sum of RGB (Red+Green+Blue) = 25+92+218=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #195CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195CDA is #E6A325. Grayscale: #555555. Windows color (decimal): -15115046 or 14310425. OLE color: 14310425.
HSL color Cylindrical-coordinate representation of color #195CDA: hue angle of 219.17º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195CDA is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 92 | 218 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.15 |
| HSL | 219.17º | 0.79% | 0.48% | - |
| HSV(B) | 219.17º | 0.89% | 0.85% | - |
| XYZ | 16.88 | 12.92 | 67.93 | - |
| YUV | 86.33 | 202.3 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 92 | 218 | 0.89 | 0.58 | 0 | 0.15 | 219.17 | 0.79 | 0.48 |
| Hex | 19 | 5C | DA | 59 | 3A | 0 | F | DB | 4F | 30 |
| Octal | 31 | 134 | 332 | 131 | 72 | 0 | 17 | 333 | 117 | 60 |
| Binary | 11001 | 1011100 | 11011010 | 1011001 | 111010 | 0 | 1111 | 11011011 | 1001111 | 110000 |
Color Harmonies of #195CDA
Complementary color
Monochromatic Colors of #195CDA
Black with #195CDA
Text Example
Text Example
White with #195CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195CDA; }
p { color: rgb(25,92,218); }
H1.HeaderClassName
{
color: #195CDA;
}
.AnyTagClassName
{
color: #195CDA;
}
</style>
background-color css
<style>
a { background-color: #195CDA; }
a { background-color: rgb(25,92,218); }
div.DivClassName
{
background-color: #195CDA;
}
.BgClassName
{
background-color: #195CDA;
}
</style>
border-color css
<style>
span { border-color: #195CDA; }
span { border-color: rgb(25,92,218); }
td.TdClassName
{
border-color: #195CDA;
}
.TagClassName
{
border-color: #195CDA;
}
</style>