Shades of Denim #195ECC
Tints of Denim #195ECC
RGB
CMYK
RGB Variations
Color information
#195ECC (or 0x195ECC) is known color: Denim. HEX triplet: 19, 5E and CC. RGB value is (25,94,204). Sum of RGB (Red+Green+Blue) = 25+94+204=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #195ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ECC is #E6A133. Grayscale: #555555. Windows color (decimal): -15114548 or 13393433. OLE color: 13393433.
HSL color Cylindrical-coordinate representation of color #195ECC: hue angle of 216.87º 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 #195ECC is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 94 | 204 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.2 |
| HSL | 216.87º | 0.78% | 0.45% | - |
| HSV(B) | 216.87º | 0.88% | 0.8% | - |
| XYZ | 15.3 | 12.57 | 58.75 | - |
| YUV | 85.91 | 194.64 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 204 | 0.88 | 0.54 | 0 | 0.2 | 216.87 | 0.78 | 0.45 |
| Hex | 19 | 5E | CC | 58 | 36 | 0 | 14 | D9 | 4E | 2D |
| Octal | 31 | 136 | 314 | 130 | 66 | 0 | 24 | 331 | 116 | 55 |
| Binary | 11001 | 1011110 | 11001100 | 1011000 | 110110 | 0 | 10100 | 11011001 | 1001110 | 101101 |
Color Harmonies of #195ECC
Complementary color
Monochromatic Colors of #195ECC
Black with #195ECC
Text Example
Text Example
White with #195ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195ECC; }
p { color: rgb(25,94,204); }
H1.HeaderClassName
{
color: #195ECC;
}
.AnyTagClassName
{
color: #195ECC;
}
</style>
background-color css
<style>
a { background-color: #195ECC; }
a { background-color: rgb(25,94,204); }
div.DivClassName
{
background-color: #195ECC;
}
.BgClassName
{
background-color: #195ECC;
}
</style>
border-color css
<style>
span { border-color: #195ECC; }
span { border-color: rgb(25,94,204); }
td.TdClassName
{
border-color: #195ECC;
}
.TagClassName
{
border-color: #195ECC;
}
</style>