Shades of Denim #195ECB
Tints of Denim #195ECB
RGB
CMYK
RGB Variations
Color information
#195ECB (or 0x195ECB) is known color: Denim. HEX triplet: 19, 5E and CB. RGB value is (25,94,203). Sum of RGB (Red+Green+Blue) = 25+94+203=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #195ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ECB is #E6A134. Grayscale: #555555. Windows color (decimal): -15114549 or 13327897. OLE color: 13327897.
HSL color Cylindrical-coordinate representation of color #195ECB: hue angle of 216.74º 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 #195ECB is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 94 | 203 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.20 |
| HSL | 216.74º | 0.78% | 0.45% | - |
| HSV(B) | 216.74º | 0.88% | 0.8% | - |
| XYZ | 15.18 | 12.52 | 58.12 | - |
| YUV | 85.8 | 194.14 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 203 | 0.88 | 0.54 | 0 | 0.20 | 216.74 | 0.78 | 0.45 |
| Hex | 19 | 5E | CB | 58 | 36 | 0 | 14 | D9 | 4E | 2D |
| Octal | 31 | 136 | 313 | 130 | 66 | 0 | 24 | 331 | 116 | 55 |
| Binary | 11001 | 1011110 | 11001011 | 1011000 | 110110 | 0 | 10100 | 11011001 | 1001110 | 101101 |
Color Harmonies of #195ECB
Complementary color
Monochromatic Colors of #195ECB
Black with #195ECB
Text Example
Text Example
White with #195ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195ECB; }
p { color: rgb(25,94,203); }
H1.HeaderClassName
{
color: #195ECB;
}
.AnyTagClassName
{
color: #195ECB;
}
</style>
background-color css
<style>
a { background-color: #195ECB; }
a { background-color: rgb(25,94,203); }
div.DivClassName
{
background-color: #195ECB;
}
.BgClassName
{
background-color: #195ECB;
}
</style>
border-color css
<style>
span { border-color: #195ECB; }
span { border-color: rgb(25,94,203); }
td.TdClassName
{
border-color: #195ECB;
}
.TagClassName
{
border-color: #195ECB;
}
</style>