Shades of Denim #195ADC
Tints of Denim #195ADC
RGB
CMYK
RGB Variations
Color information
#195ADC (or 0x195ADC) is known color: Denim. HEX triplet: 19, 5A and DC. RGB value is (25,90,220). Sum of RGB (Red+Green+Blue) = 25+90+220=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #195ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ADC is #E6A523. Grayscale: #545454. Windows color (decimal): -15115556 or 14440985. OLE color: 14440985.
HSL color Cylindrical-coordinate representation of color #195ADC: hue angle of 220º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195ADC is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 90 | 220 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.14 |
| HSL | 220º | 0.8% | 0.48% | - |
| HSV(B) | 220º | 0.89% | 0.86% | - |
| XYZ | 16.98 | 12.69 | 69.26 | - |
| YUV | 85.39 | 203.97 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 220 | 0.89 | 0.59 | 0 | 0.14 | 220 | 0.8 | 0.48 |
| Hex | 19 | 5A | DC | 59 | 3B | 0 | E | DC | 50 | 30 |
| Octal | 31 | 132 | 334 | 131 | 73 | 0 | 16 | 334 | 120 | 60 |
| Binary | 11001 | 1011010 | 11011100 | 1011001 | 111011 | 0 | 1110 | 11011100 | 1010000 | 110000 |
Color Harmonies of #195ADC
Complementary color
Monochromatic Colors of #195ADC
Black with #195ADC
Text Example
Text Example
White with #195ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195ADC; }
p { color: rgb(25,90,220); }
H1.HeaderClassName
{
color: #195ADC;
}
.AnyTagClassName
{
color: #195ADC;
}
</style>
background-color css
<style>
a { background-color: #195ADC; }
a { background-color: rgb(25,90,220); }
div.DivClassName
{
background-color: #195ADC;
}
.BgClassName
{
background-color: #195ADC;
}
</style>
border-color css
<style>
span { border-color: #195ADC; }
span { border-color: rgb(25,90,220); }
td.TdClassName
{
border-color: #195ADC;
}
.TagClassName
{
border-color: #195ADC;
}
</style>