Shades of Denim #195CBA
Tints of Denim #195CBA
RGB
CMYK
RGB Variations
Color information
#195CBA (or 0x195CBA) is known color: Denim. HEX triplet: 19, 5C and BA. RGB value is (25,92,186). Sum of RGB (Red+Green+Blue) = 25+92+186=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #195CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195CBA is #E6A345. Grayscale: #525252. Windows color (decimal): -15115078 or 12213273. OLE color: 12213273.
HSL color Cylindrical-coordinate representation of color #195CBA: hue angle of 215.03º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195CBA is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 92 | 186 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.27 |
| HSL | 215.03º | 0.76% | 0.41% | - |
| HSV(B) | 215.03º | 0.87% | 0.73% | - |
| XYZ | 13.09 | 11.41 | 47.97 | - |
| YUV | 82.68 | 186.3 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 92 | 186 | 0.87 | 0.51 | 0 | 0.27 | 215.03 | 0.76 | 0.41 |
| Hex | 19 | 5C | BA | 57 | 33 | 0 | 1B | D7 | 4C | 29 |
| Octal | 31 | 134 | 272 | 127 | 63 | 0 | 33 | 327 | 114 | 51 |
| Binary | 11001 | 1011100 | 10111010 | 1010111 | 110011 | 0 | 11011 | 11010111 | 1001100 | 101001 |
Color Harmonies of #195CBA
Complementary color
Monochromatic Colors of #195CBA
Black with #195CBA
Text Example
Text Example
White with #195CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195CBA; }
p { color: rgb(25,92,186); }
H1.HeaderClassName
{
color: #195CBA;
}
.AnyTagClassName
{
color: #195CBA;
}
</style>
background-color css
<style>
a { background-color: #195CBA; }
a { background-color: rgb(25,92,186); }
div.DivClassName
{
background-color: #195CBA;
}
.BgClassName
{
background-color: #195CBA;
}
</style>
border-color css
<style>
span { border-color: #195CBA; }
span { border-color: rgb(25,92,186); }
td.TdClassName
{
border-color: #195CBA;
}
.TagClassName
{
border-color: #195CBA;
}
</style>