Shades of Denim #195DA3
Tints of Denim #195DA3
RGB
CMYK
RGB Variations
Color information
#195DA3 (or 0x195DA3) is known color: Denim. HEX triplet: 19, 5D and A3. RGB value is (25,93,163). Sum of RGB (Red+Green+Blue) = 25+93+163=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 163 (64.06% from 255 or 58.01% from 281); Max value from RGB is 163 - color contains mainly: blue. Hex color #195DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195DA3 is #E6A25C. Grayscale: #505050. Windows color (decimal): -15114845 or 10706201. OLE color: 10706201.
HSL color Cylindrical-coordinate representation of color #195DA3: hue angle of 210.43º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #195DA3 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 93 | 163 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.36 |
| HSL | 210.43º | 0.73% | 0.37% | - |
| HSV(B) | 210.43º | 0.85% | 0.64% | - |
| XYZ | 10.93 | 10.68 | 36.14 | - |
| YUV | 80.65 | 174.47 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 163 | 0.85 | 0.43 | 0 | 0.36 | 210.43 | 0.73 | 0.37 |
| Hex | 19 | 5D | A3 | 55 | 2B | 0 | 24 | D2 | 49 | 25 |
| Octal | 31 | 135 | 243 | 125 | 53 | 0 | 44 | 322 | 111 | 45 |
| Binary | 11001 | 1011101 | 10100011 | 1010101 | 101011 | 0 | 100100 | 11010010 | 1001001 | 100101 |
Color Harmonies of #195DA3
Complementary color
Monochromatic Colors of #195DA3
Black with #195DA3
Text Example
Text Example
White with #195DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DA3; }
p { color: rgb(25,93,163); }
H1.HeaderClassName
{
color: #195DA3;
}
.AnyTagClassName
{
color: #195DA3;
}
</style>
background-color css
<style>
a { background-color: #195DA3; }
a { background-color: rgb(25,93,163); }
div.DivClassName
{
background-color: #195DA3;
}
.BgClassName
{
background-color: #195DA3;
}
</style>
border-color css
<style>
span { border-color: #195DA3; }
span { border-color: rgb(25,93,163); }
td.TdClassName
{
border-color: #195DA3;
}
.TagClassName
{
border-color: #195DA3;
}
</style>