Shades of Denim #195BB7
Tints of Denim #195BB7
RGB
CMYK
RGB Variations
Color information
#195BB7 (or 0x195BB7) is known color: Denim. HEX triplet: 19, 5B and B7. RGB value is (25,91,183). Sum of RGB (Red+Green+Blue) = 25+91+183=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 183 (71.88% from 255 or 61.20% from 299); Max value from RGB is 183 - color contains mainly: blue. Hex color #195BB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BB7 is #E6A448. Grayscale: #515151. Windows color (decimal): -15115337 or 12016409. OLE color: 12016409.
HSL color Cylindrical-coordinate representation of color #195BB7: hue angle of 214.94º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #195BB7 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 91 | 183 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.28 |
| HSL | 214.94º | 0.76% | 0.41% | - |
| HSV(B) | 214.94º | 0.86% | 0.72% | - |
| XYZ | 12.69 | 11.11 | 46.27 | - |
| YUV | 81.75 | 185.13 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 183 | 0.86 | 0.50 | 0 | 0.28 | 214.94 | 0.76 | 0.41 |
| Hex | 19 | 5B | B7 | 56 | 32 | 0 | 1C | D7 | 4C | 29 |
| Octal | 31 | 133 | 267 | 126 | 62 | 0 | 34 | 327 | 114 | 51 |
| Binary | 11001 | 1011011 | 10110111 | 1010110 | 110010 | 0 | 11100 | 11010111 | 1001100 | 101001 |
Color Harmonies of #195BB7
Complementary color
Monochromatic Colors of #195BB7
Black with #195BB7
Text Example
Text Example
White with #195BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BB7; }
p { color: rgb(25,91,183); }
H1.HeaderClassName
{
color: #195BB7;
}
.AnyTagClassName
{
color: #195BB7;
}
</style>
background-color css
<style>
a { background-color: #195BB7; }
a { background-color: rgb(25,91,183); }
div.DivClassName
{
background-color: #195BB7;
}
.BgClassName
{
background-color: #195BB7;
}
</style>
border-color css
<style>
span { border-color: #195BB7; }
span { border-color: rgb(25,91,183); }
td.TdClassName
{
border-color: #195BB7;
}
.TagClassName
{
border-color: #195BB7;
}
</style>