Shades of Denim #195FDA
Tints of Denim #195FDA
RGB
CMYK
RGB Variations
Color information
#195FDA (or 0x195FDA) is known color: Denim. HEX triplet: 19, 5F and DA. RGB value is (25,95,218). Sum of RGB (Red+Green+Blue) = 25+95+218=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #195FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195FDA is #E6A025. Grayscale: #575757. Windows color (decimal): -15114278 or 14311193. OLE color: 14311193.
HSL color Cylindrical-coordinate representation of color #195FDA: hue angle of 218.24º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195FDA is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 95 | 218 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.15 |
| HSL | 218.24º | 0.79% | 0.48% | - |
| HSV(B) | 218.24º | 0.89% | 0.85% | - |
| XYZ | 17.15 | 13.45 | 68.02 | - |
| YUV | 88.09 | 201.31 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 95 | 218 | 0.89 | 0.56 | 0 | 0.15 | 218.24 | 0.79 | 0.48 |
| Hex | 19 | 5F | DA | 59 | 38 | 0 | F | DA | 4F | 30 |
| Octal | 31 | 137 | 332 | 131 | 70 | 0 | 17 | 332 | 117 | 60 |
| Binary | 11001 | 1011111 | 11011010 | 1011001 | 111000 | 0 | 1111 | 11011010 | 1001111 | 110000 |
Color Harmonies of #195FDA
Complementary color
Monochromatic Colors of #195FDA
Black with #195FDA
Text Example
Text Example
White with #195FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195FDA; }
p { color: rgb(25,95,218); }
H1.HeaderClassName
{
color: #195FDA;
}
.AnyTagClassName
{
color: #195FDA;
}
</style>
background-color css
<style>
a { background-color: #195FDA; }
a { background-color: rgb(25,95,218); }
div.DivClassName
{
background-color: #195FDA;
}
.BgClassName
{
background-color: #195FDA;
}
</style>
border-color css
<style>
span { border-color: #195FDA; }
span { border-color: rgb(25,95,218); }
td.TdClassName
{
border-color: #195FDA;
}
.TagClassName
{
border-color: #195FDA;
}
</style>