Shades of Denim #195DBA
Tints of Denim #195DBA
RGB
CMYK
RGB Variations
Color information
#195DBA (or 0x195DBA) is known color: Denim. HEX triplet: 19, 5D and BA. RGB value is (25,93,186). Sum of RGB (Red+Green+Blue) = 25+93+186=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #195DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DBA is #E6A245. Grayscale: #525252. Windows color (decimal): -15114822 or 12213529. OLE color: 12213529.
HSL color Cylindrical-coordinate representation of color #195DBA: hue angle of 214.66º 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 #195DBA is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 93 | 186 | - |
| CMYK | 0.87 | 0.5 | 0 | 0.27 |
| HSL | 214.66º | 0.76% | 0.41% | - |
| HSV(B) | 214.66º | 0.87% | 0.73% | - |
| XYZ | 13.18 | 11.58 | 48 | - |
| YUV | 83.27 | 185.97 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 186 | 0.87 | 0.5 | 0 | 0.27 | 214.66 | 0.76 | 0.41 |
| Hex | 19 | 5D | BA | 57 | 32 | 0 | 1B | D7 | 4C | 29 |
| Octal | 31 | 135 | 272 | 127 | 62 | 0 | 33 | 327 | 114 | 51 |
| Binary | 11001 | 1011101 | 10111010 | 1010111 | 110010 | 0 | 11011 | 11010111 | 1001100 | 101001 |
Color Harmonies of #195DBA
Complementary color
Monochromatic Colors of #195DBA
Black with #195DBA
Text Example
Text Example
White with #195DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DBA; }
p { color: rgb(25,93,186); }
H1.HeaderClassName
{
color: #195DBA;
}
.AnyTagClassName
{
color: #195DBA;
}
</style>
background-color css
<style>
a { background-color: #195DBA; }
a { background-color: rgb(25,93,186); }
div.DivClassName
{
background-color: #195DBA;
}
.BgClassName
{
background-color: #195DBA;
}
</style>
border-color css
<style>
span { border-color: #195DBA; }
span { border-color: rgb(25,93,186); }
td.TdClassName
{
border-color: #195DBA;
}
.TagClassName
{
border-color: #195DBA;
}
</style>