Shades of Denim #195CDD
Tints of Denim #195CDD
RGB
CMYK
RGB Variations
Color information
#195CDD (or 0x195CDD) is known color: Denim. HEX triplet: 19, 5C and DD. RGB value is (25,92,221). Sum of RGB (Red+Green+Blue) = 25+92+221=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #195CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195CDD is #E6A322. Grayscale: #565656. Windows color (decimal): -15115043 or 14507033. OLE color: 14507033.
HSL color Cylindrical-coordinate representation of color #195CDD: hue angle of 219.49º 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 #195CDD is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 92 | 221 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.13 |
| HSL | 219.49º | 0.8% | 0.48% | - |
| HSV(B) | 219.49º | 0.89% | 0.87% | - |
| XYZ | 17.28 | 13.08 | 70.02 | - |
| YUV | 86.67 | 203.8 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 92 | 221 | 0.89 | 0.58 | 0 | 0.13 | 219.49 | 0.8 | 0.48 |
| Hex | 19 | 5C | DD | 59 | 3A | 0 | D | DB | 50 | 30 |
| Octal | 31 | 134 | 335 | 131 | 72 | 0 | 15 | 333 | 120 | 60 |
| Binary | 11001 | 1011100 | 11011101 | 1011001 | 111010 | 0 | 1101 | 11011011 | 1010000 | 110000 |
Color Harmonies of #195CDD
Complementary color
Monochromatic Colors of #195CDD
Black with #195CDD
Text Example
Text Example
White with #195CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195CDD; }
p { color: rgb(25,92,221); }
H1.HeaderClassName
{
color: #195CDD;
}
.AnyTagClassName
{
color: #195CDD;
}
</style>
background-color css
<style>
a { background-color: #195CDD; }
a { background-color: rgb(25,92,221); }
div.DivClassName
{
background-color: #195CDD;
}
.BgClassName
{
background-color: #195CDD;
}
</style>
border-color css
<style>
span { border-color: #195CDD; }
span { border-color: rgb(25,92,221); }
td.TdClassName
{
border-color: #195CDD;
}
.TagClassName
{
border-color: #195CDD;
}
</style>