Shades of Denim #195BBF
Tints of Denim #195BBF
RGB
CMYK
RGB Variations
Color information
#195BBF (or 0x195BBF) is known color: Denim. HEX triplet: 19, 5B and BF. RGB value is (25,91,191). Sum of RGB (Red+Green+Blue) = 25+91+191=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #195BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BBF is #E6A440. Grayscale: #525252. Windows color (decimal): -15115329 or 12540697. OLE color: 12540697.
HSL color Cylindrical-coordinate representation of color #195BBF: hue angle of 216.14º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195BBF is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 91 | 191 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.25 |
| HSL | 216.14º | 0.77% | 0.42% | - |
| HSV(B) | 216.14º | 0.87% | 0.75% | - |
| XYZ | 13.55 | 11.45 | 50.79 | - |
| YUV | 82.67 | 189.13 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 191 | 0.87 | 0.52 | 0 | 0.25 | 216.14 | 0.77 | 0.42 |
| Hex | 19 | 5B | BF | 57 | 34 | 0 | 19 | D8 | 4D | 2A |
| Octal | 31 | 133 | 277 | 127 | 64 | 0 | 31 | 330 | 115 | 52 |
| Binary | 11001 | 1011011 | 10111111 | 1010111 | 110100 | 0 | 11001 | 11011000 | 1001101 | 101010 |
Color Harmonies of #195BBF
Complementary color
Monochromatic Colors of #195BBF
Black with #195BBF
Text Example
Text Example
White with #195BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BBF; }
p { color: rgb(25,91,191); }
H1.HeaderClassName
{
color: #195BBF;
}
.AnyTagClassName
{
color: #195BBF;
}
</style>
background-color css
<style>
a { background-color: #195BBF; }
a { background-color: rgb(25,91,191); }
div.DivClassName
{
background-color: #195BBF;
}
.BgClassName
{
background-color: #195BBF;
}
</style>
border-color css
<style>
span { border-color: #195BBF; }
span { border-color: rgb(25,91,191); }
td.TdClassName
{
border-color: #195BBF;
}
.TagClassName
{
border-color: #195BBF;
}
</style>