Shades of Denim #195FAC
Tints of Denim #195FAC
RGB
CMYK
RGB Variations
Color information
#195FAC (or 0x195FAC) is known color: Denim. HEX triplet: 19, 5F and AC. RGB value is (25,95,172). Sum of RGB (Red+Green+Blue) = 25+95+172=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #195FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195FAC is #E6A053. Grayscale: #525252. Windows color (decimal): -15114324 or 11296537. OLE color: 11296537.
HSL color Cylindrical-coordinate representation of color #195FAC: hue angle of 211.43º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #195FAC is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 95 | 172 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.33 |
| HSL | 211.43º | 0.75% | 0.39% | - |
| HSV(B) | 211.43º | 0.85% | 0.67% | - |
| XYZ | 11.94 | 11.37 | 40.6 | - |
| YUV | 82.85 | 178.31 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 95 | 172 | 0.85 | 0.45 | 0 | 0.33 | 211.43 | 0.75 | 0.39 |
| Hex | 19 | 5F | AC | 55 | 2D | 0 | 21 | D3 | 4B | 27 |
| Octal | 31 | 137 | 254 | 125 | 55 | 0 | 41 | 323 | 113 | 47 |
| Binary | 11001 | 1011111 | 10101100 | 1010101 | 101101 | 0 | 100001 | 11010011 | 1001011 | 100111 |
Color Harmonies of #195FAC
Complementary color
Monochromatic Colors of #195FAC
Black with #195FAC
Text Example
Text Example
White with #195FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195FAC; }
p { color: rgb(25,95,172); }
H1.HeaderClassName
{
color: #195FAC;
}
.AnyTagClassName
{
color: #195FAC;
}
</style>
background-color css
<style>
a { background-color: #195FAC; }
a { background-color: rgb(25,95,172); }
div.DivClassName
{
background-color: #195FAC;
}
.BgClassName
{
background-color: #195FAC;
}
</style>
border-color css
<style>
span { border-color: #195FAC; }
span { border-color: rgb(25,95,172); }
td.TdClassName
{
border-color: #195FAC;
}
.TagClassName
{
border-color: #195FAC;
}
</style>