Shades of Denim #195DCC
Tints of Denim #195DCC
RGB
CMYK
RGB Variations
Color information
#195DCC (or 0x195DCC) is known color: Denim. HEX triplet: 19, 5D and CC. RGB value is (25,93,204). Sum of RGB (Red+Green+Blue) = 25+93+204=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #195DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DCC is #E6A233. Grayscale: #545454. Windows color (decimal): -15114804 or 13393177. OLE color: 13393177.
HSL color Cylindrical-coordinate representation of color #195DCC: hue angle of 217.21º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #195DCC is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 93 | 204 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.2 |
| HSL | 217.21º | 0.78% | 0.45% | - |
| HSV(B) | 217.21º | 0.88% | 0.8% | - |
| XYZ | 15.21 | 12.4 | 58.72 | - |
| YUV | 85.32 | 194.97 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 204 | 0.88 | 0.54 | 0 | 0.2 | 217.21 | 0.78 | 0.45 |
| Hex | 19 | 5D | CC | 58 | 36 | 0 | 14 | D9 | 4E | 2D |
| Octal | 31 | 135 | 314 | 130 | 66 | 0 | 24 | 331 | 116 | 55 |
| Binary | 11001 | 1011101 | 11001100 | 1011000 | 110110 | 0 | 10100 | 11011001 | 1001110 | 101101 |
Color Harmonies of #195DCC
Complementary color
Monochromatic Colors of #195DCC
Black with #195DCC
Text Example
Text Example
White with #195DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DCC; }
p { color: rgb(25,93,204); }
H1.HeaderClassName
{
color: #195DCC;
}
.AnyTagClassName
{
color: #195DCC;
}
</style>
background-color css
<style>
a { background-color: #195DCC; }
a { background-color: rgb(25,93,204); }
div.DivClassName
{
background-color: #195DCC;
}
.BgClassName
{
background-color: #195DCC;
}
</style>
border-color css
<style>
span { border-color: #195DCC; }
span { border-color: rgb(25,93,204); }
td.TdClassName
{
border-color: #195DCC;
}
.TagClassName
{
border-color: #195DCC;
}
</style>