Shades of Denim #195EBA
Tints of Denim #195EBA
RGB
CMYK
RGB Variations
Color information
#195EBA (or 0x195EBA) is known color: Denim. HEX triplet: 19, 5E and BA. RGB value is (25,94,186). Sum of RGB (Red+Green+Blue) = 25+94+186=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #195EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195EBA is #E6A145. Grayscale: #535353. Windows color (decimal): -15114566 or 12213785. OLE color: 12213785.
HSL color Cylindrical-coordinate representation of color #195EBA: hue angle of 214.29º 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 #195EBA is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 94 | 186 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.27 |
| HSL | 214.29º | 0.76% | 0.41% | - |
| HSV(B) | 214.29º | 0.87% | 0.73% | - |
| XYZ | 13.27 | 11.76 | 48.02 | - |
| YUV | 83.86 | 185.64 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 186 | 0.87 | 0.49 | 0 | 0.27 | 214.29 | 0.76 | 0.41 |
| Hex | 19 | 5E | BA | 57 | 31 | 0 | 1B | D6 | 4C | 29 |
| Octal | 31 | 136 | 272 | 127 | 61 | 0 | 33 | 326 | 114 | 51 |
| Binary | 11001 | 1011110 | 10111010 | 1010111 | 110001 | 0 | 11011 | 11010110 | 1001100 | 101001 |
Color Harmonies of #195EBA
Complementary color
Monochromatic Colors of #195EBA
Black with #195EBA
Text Example
Text Example
White with #195EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195EBA; }
p { color: rgb(25,94,186); }
H1.HeaderClassName
{
color: #195EBA;
}
.AnyTagClassName
{
color: #195EBA;
}
</style>
background-color css
<style>
a { background-color: #195EBA; }
a { background-color: rgb(25,94,186); }
div.DivClassName
{
background-color: #195EBA;
}
.BgClassName
{
background-color: #195EBA;
}
</style>
border-color css
<style>
span { border-color: #195EBA; }
span { border-color: rgb(25,94,186); }
td.TdClassName
{
border-color: #195EBA;
}
.TagClassName
{
border-color: #195EBA;
}
</style>