Shades of Denim #195BBC
Tints of Denim #195BBC
RGB
CMYK
RGB Variations
Color information
#195BBC (or 0x195BBC) is known color: Denim. HEX triplet: 19, 5B and BC. RGB value is (25,91,188). Sum of RGB (Red+Green+Blue) = 25+91+188=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #195BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BBC is #E6A443. Grayscale: #515151. Windows color (decimal): -15115332 or 12344089. OLE color: 12344089.
HSL color Cylindrical-coordinate representation of color #195BBC: hue angle of 215.71º 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 #195BBC is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 91 | 188 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.26 |
| HSL | 215.71º | 0.77% | 0.42% | - |
| HSV(B) | 215.71º | 0.87% | 0.74% | - |
| XYZ | 13.22 | 11.32 | 49.07 | - |
| YUV | 82.32 | 187.63 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 188 | 0.87 | 0.52 | 0 | 0.26 | 215.71 | 0.77 | 0.42 |
| Hex | 19 | 5B | BC | 57 | 34 | 0 | 1A | D8 | 4D | 2A |
| Octal | 31 | 133 | 274 | 127 | 64 | 0 | 32 | 330 | 115 | 52 |
| Binary | 11001 | 1011011 | 10111100 | 1010111 | 110100 | 0 | 11010 | 11011000 | 1001101 | 101010 |
Color Harmonies of #195BBC
Complementary color
Monochromatic Colors of #195BBC
Black with #195BBC
Text Example
Text Example
White with #195BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BBC; }
p { color: rgb(25,91,188); }
H1.HeaderClassName
{
color: #195BBC;
}
.AnyTagClassName
{
color: #195BBC;
}
</style>
background-color css
<style>
a { background-color: #195BBC; }
a { background-color: rgb(25,91,188); }
div.DivClassName
{
background-color: #195BBC;
}
.BgClassName
{
background-color: #195BBC;
}
</style>
border-color css
<style>
span { border-color: #195BBC; }
span { border-color: rgb(25,91,188); }
td.TdClassName
{
border-color: #195BBC;
}
.TagClassName
{
border-color: #195BBC;
}
</style>