Shades of Denim #195BDD
Tints of Denim #195BDD
RGB
CMYK
RGB Variations
Color information
#195BDD (or 0x195BDD) is known color: Denim. HEX triplet: 19, 5B and DD. RGB value is (25,91,221). Sum of RGB (Red+Green+Blue) = 25+91+221=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #195BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BDD is #E6A422. Grayscale: #555555. Windows color (decimal): -15115299 or 14506777. OLE color: 14506777.
HSL color Cylindrical-coordinate representation of color #195BDD: hue angle of 219.8º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195BDD is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 91 | 221 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.13 |
| HSL | 219.8º | 0.8% | 0.48% | - |
| HSV(B) | 219.8º | 0.89% | 0.87% | - |
| XYZ | 17.19 | 12.91 | 69.99 | - |
| YUV | 86.09 | 204.13 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 221 | 0.89 | 0.59 | 0 | 0.13 | 219.8 | 0.8 | 0.48 |
| Hex | 19 | 5B | DD | 59 | 3B | 0 | D | DC | 50 | 30 |
| Octal | 31 | 133 | 335 | 131 | 73 | 0 | 15 | 334 | 120 | 60 |
| Binary | 11001 | 1011011 | 11011101 | 1011001 | 111011 | 0 | 1101 | 11011100 | 1010000 | 110000 |
Color Harmonies of #195BDD
Complementary color
Monochromatic Colors of #195BDD
Black with #195BDD
Text Example
Text Example
White with #195BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BDD; }
p { color: rgb(25,91,221); }
H1.HeaderClassName
{
color: #195BDD;
}
.AnyTagClassName
{
color: #195BDD;
}
</style>
background-color css
<style>
a { background-color: #195BDD; }
a { background-color: rgb(25,91,221); }
div.DivClassName
{
background-color: #195BDD;
}
.BgClassName
{
background-color: #195BDD;
}
</style>
border-color css
<style>
span { border-color: #195BDD; }
span { border-color: rgb(25,91,221); }
td.TdClassName
{
border-color: #195BDD;
}
.TagClassName
{
border-color: #195BDD;
}
</style>