Shades of Denim #195BDC
Tints of Denim #195BDC
RGB
CMYK
RGB Variations
Color information
#195BDC (or 0x195BDC) is known color: Denim. HEX triplet: 19, 5B and DC. RGB value is (25,91,220). Sum of RGB (Red+Green+Blue) = 25+91+220=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #195BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BDC is #E6A423. Grayscale: #555555. Windows color (decimal): -15115300 or 14441241. OLE color: 14441241.
HSL color Cylindrical-coordinate representation of color #195BDC: hue angle of 219.69º 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 #195BDC is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 91 | 220 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.14 |
| HSL | 219.69º | 0.8% | 0.48% | - |
| HSV(B) | 219.69º | 0.89% | 0.86% | - |
| XYZ | 17.06 | 12.86 | 69.29 | - |
| YUV | 85.97 | 203.63 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 220 | 0.89 | 0.59 | 0 | 0.14 | 219.69 | 0.8 | 0.48 |
| Hex | 19 | 5B | DC | 59 | 3B | 0 | E | DC | 50 | 30 |
| Octal | 31 | 133 | 334 | 131 | 73 | 0 | 16 | 334 | 120 | 60 |
| Binary | 11001 | 1011011 | 11011100 | 1011001 | 111011 | 0 | 1110 | 11011100 | 1010000 | 110000 |
Color Harmonies of #195BDC
Complementary color
Monochromatic Colors of #195BDC
Black with #195BDC
Text Example
Text Example
White with #195BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BDC; }
p { color: rgb(25,91,220); }
H1.HeaderClassName
{
color: #195BDC;
}
.AnyTagClassName
{
color: #195BDC;
}
</style>
background-color css
<style>
a { background-color: #195BDC; }
a { background-color: rgb(25,91,220); }
div.DivClassName
{
background-color: #195BDC;
}
.BgClassName
{
background-color: #195BDC;
}
</style>
border-color css
<style>
span { border-color: #195BDC; }
span { border-color: rgb(25,91,220); }
td.TdClassName
{
border-color: #195BDC;
}
.TagClassName
{
border-color: #195BDC;
}
</style>