Shades of Denim #195BBB
Tints of Denim #195BBB
RGB
CMYK
RGB Variations
Color information
#195BBB (or 0x195BBB) is known color: Denim. HEX triplet: 19, 5B and BB. RGB value is (25,91,187). Sum of RGB (Red+Green+Blue) = 25+91+187=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #195BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BBB is #E6A444. Grayscale: #515151. Windows color (decimal): -15115333 or 12278553. OLE color: 12278553.
HSL color Cylindrical-coordinate representation of color #195BBB: hue angle of 215.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195BBB is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 91 | 187 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.27 |
| HSL | 215.56º | 0.76% | 0.42% | - |
| HSV(B) | 215.56º | 0.87% | 0.73% | - |
| XYZ | 13.11 | 11.28 | 48.5 | - |
| YUV | 82.21 | 187.13 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 187 | 0.87 | 0.51 | 0 | 0.27 | 215.56 | 0.76 | 0.42 |
| Hex | 19 | 5B | BB | 57 | 33 | 0 | 1B | D8 | 4C | 2A |
| Octal | 31 | 133 | 273 | 127 | 63 | 0 | 33 | 330 | 114 | 52 |
| Binary | 11001 | 1011011 | 10111011 | 1010111 | 110011 | 0 | 11011 | 11011000 | 1001100 | 101010 |
Color Harmonies of #195BBB
Complementary color
Monochromatic Colors of #195BBB
Black with #195BBB
Text Example
Text Example
White with #195BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BBB; }
p { color: rgb(25,91,187); }
H1.HeaderClassName
{
color: #195BBB;
}
.AnyTagClassName
{
color: #195BBB;
}
</style>
background-color css
<style>
a { background-color: #195BBB; }
a { background-color: rgb(25,91,187); }
div.DivClassName
{
background-color: #195BBB;
}
.BgClassName
{
background-color: #195BBB;
}
</style>
border-color css
<style>
span { border-color: #195BBB; }
span { border-color: rgb(25,91,187); }
td.TdClassName
{
border-color: #195BBB;
}
.TagClassName
{
border-color: #195BBB;
}
</style>