Shades of Denim #195ABA
Tints of Denim #195ABA
RGB
CMYK
RGB Variations
Color information
#195ABA (or 0x195ABA) is known color: Denim. HEX triplet: 19, 5A and BA. RGB value is (25,90,186). Sum of RGB (Red+Green+Blue) = 25+90+186=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #195ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ABA is #E6A545. Grayscale: #515151. Windows color (decimal): -15115590 or 12212761. OLE color: 12212761.
HSL color Cylindrical-coordinate representation of color #195ABA: hue angle of 215.78º 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 #195ABA is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 90 | 186 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.27 |
| HSL | 215.78º | 0.76% | 0.41% | - |
| HSV(B) | 215.78º | 0.87% | 0.73% | - |
| XYZ | 12.92 | 11.06 | 47.91 | - |
| YUV | 81.51 | 186.97 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 186 | 0.87 | 0.52 | 0 | 0.27 | 215.78 | 0.76 | 0.41 |
| Hex | 19 | 5A | BA | 57 | 34 | 0 | 1B | D8 | 4C | 29 |
| Octal | 31 | 132 | 272 | 127 | 64 | 0 | 33 | 330 | 114 | 51 |
| Binary | 11001 | 1011010 | 10111010 | 1010111 | 110100 | 0 | 11011 | 11011000 | 1001100 | 101001 |
Color Harmonies of #195ABA
Complementary color
Monochromatic Colors of #195ABA
Black with #195ABA
Text Example
Text Example
White with #195ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195ABA; }
p { color: rgb(25,90,186); }
H1.HeaderClassName
{
color: #195ABA;
}
.AnyTagClassName
{
color: #195ABA;
}
</style>
background-color css
<style>
a { background-color: #195ABA; }
a { background-color: rgb(25,90,186); }
div.DivClassName
{
background-color: #195ABA;
}
.BgClassName
{
background-color: #195ABA;
}
</style>
border-color css
<style>
span { border-color: #195ABA; }
span { border-color: rgb(25,90,186); }
td.TdClassName
{
border-color: #195ABA;
}
.TagClassName
{
border-color: #195ABA;
}
</style>