Shades of Denim #195ABC
Tints of Denim #195ABC
RGB
CMYK
RGB Variations
Color information
#195ABC (or 0x195ABC) is known color: Denim. HEX triplet: 19, 5A and BC. RGB value is (25,90,188). Sum of RGB (Red+Green+Blue) = 25+90+188=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #195ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ABC is #E6A543. Grayscale: #515151. Windows color (decimal): -15115588 or 12343833. OLE color: 12343833.
HSL color Cylindrical-coordinate representation of color #195ABC: hue angle of 216.07º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195ABC is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 90 | 188 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.26 |
| HSL | 216.07º | 0.77% | 0.42% | - |
| HSV(B) | 216.07º | 0.87% | 0.74% | - |
| XYZ | 13.13 | 11.15 | 49.04 | - |
| YUV | 81.74 | 187.97 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 188 | 0.87 | 0.52 | 0 | 0.26 | 216.07 | 0.77 | 0.42 |
| Hex | 19 | 5A | BC | 57 | 34 | 0 | 1A | D8 | 4D | 2A |
| Octal | 31 | 132 | 274 | 127 | 64 | 0 | 32 | 330 | 115 | 52 |
| Binary | 11001 | 1011010 | 10111100 | 1010111 | 110100 | 0 | 11010 | 11011000 | 1001101 | 101010 |
Color Harmonies of #195ABC
Complementary color
Monochromatic Colors of #195ABC
Black with #195ABC
Text Example
Text Example
White with #195ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195ABC; }
p { color: rgb(25,90,188); }
H1.HeaderClassName
{
color: #195ABC;
}
.AnyTagClassName
{
color: #195ABC;
}
</style>
background-color css
<style>
a { background-color: #195ABC; }
a { background-color: rgb(25,90,188); }
div.DivClassName
{
background-color: #195ABC;
}
.BgClassName
{
background-color: #195ABC;
}
</style>
border-color css
<style>
span { border-color: #195ABC; }
span { border-color: rgb(25,90,188); }
td.TdClassName
{
border-color: #195ABC;
}
.TagClassName
{
border-color: #195ABC;
}
</style>