Shades of Denim #195CBD
Tints of Denim #195CBD
RGB
CMYK
RGB Variations
Color information
#195CBD (or 0x195CBD) is known color: Denim. HEX triplet: 19, 5C and BD. RGB value is (25,92,189). Sum of RGB (Red+Green+Blue) = 25+92+189=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #195CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195CBD is #E6A342. Grayscale: #525252. Windows color (decimal): -15115075 or 12409881. OLE color: 12409881.
HSL color Cylindrical-coordinate representation of color #195CBD: hue angle of 215.49º 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 #195CBD is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 92 | 189 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.26 |
| HSL | 215.49º | 0.77% | 0.42% | - |
| HSV(B) | 215.49º | 0.87% | 0.74% | - |
| XYZ | 13.41 | 11.54 | 49.66 | - |
| YUV | 83.03 | 187.8 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 92 | 189 | 0.87 | 0.51 | 0 | 0.26 | 215.49 | 0.77 | 0.42 |
| Hex | 19 | 5C | BD | 57 | 33 | 0 | 1A | D7 | 4D | 2A |
| Octal | 31 | 134 | 275 | 127 | 63 | 0 | 32 | 327 | 115 | 52 |
| Binary | 11001 | 1011100 | 10111101 | 1010111 | 110011 | 0 | 11010 | 11010111 | 1001101 | 101010 |
Color Harmonies of #195CBD
Complementary color
Monochromatic Colors of #195CBD
Black with #195CBD
Text Example
Text Example
White with #195CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195CBD; }
p { color: rgb(25,92,189); }
H1.HeaderClassName
{
color: #195CBD;
}
.AnyTagClassName
{
color: #195CBD;
}
</style>
background-color css
<style>
a { background-color: #195CBD; }
a { background-color: rgb(25,92,189); }
div.DivClassName
{
background-color: #195CBD;
}
.BgClassName
{
background-color: #195CBD;
}
</style>
border-color css
<style>
span { border-color: #195CBD; }
span { border-color: rgb(25,92,189); }
td.TdClassName
{
border-color: #195CBD;
}
.TagClassName
{
border-color: #195CBD;
}
</style>