Shades of Denim #195EAE
Tints of Denim #195EAE
RGB
CMYK
RGB Variations
Color information
#195EAE (or 0x195EAE) is known color: Denim. HEX triplet: 19, 5E and AE. RGB value is (25,94,174). Sum of RGB (Red+Green+Blue) = 25+94+174=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #195EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195EAE is #E6A151. Grayscale: #525252. Windows color (decimal): -15114578 or 11427353. OLE color: 11427353.
HSL color Cylindrical-coordinate representation of color #195EAE: hue angle of 212.21º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #195EAE is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 94 | 174 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.32 |
| HSL | 212.21º | 0.75% | 0.39% | - |
| HSV(B) | 212.21º | 0.86% | 0.68% | - |
| XYZ | 12.04 | 11.27 | 41.58 | - |
| YUV | 82.49 | 179.64 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 174 | 0.86 | 0.46 | 0 | 0.32 | 212.21 | 0.75 | 0.39 |
| Hex | 19 | 5E | AE | 56 | 2E | 0 | 20 | D4 | 4B | 27 |
| Octal | 31 | 136 | 256 | 126 | 56 | 0 | 40 | 324 | 113 | 47 |
| Binary | 11001 | 1011110 | 10101110 | 1010110 | 101110 | 0 | 100000 | 11010100 | 1001011 | 100111 |
Color Harmonies of #195EAE
Complementary color
Monochromatic Colors of #195EAE
Black with #195EAE
Text Example
Text Example
White with #195EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195EAE; }
p { color: rgb(25,94,174); }
H1.HeaderClassName
{
color: #195EAE;
}
.AnyTagClassName
{
color: #195EAE;
}
</style>
background-color css
<style>
a { background-color: #195EAE; }
a { background-color: rgb(25,94,174); }
div.DivClassName
{
background-color: #195EAE;
}
.BgClassName
{
background-color: #195EAE;
}
</style>
border-color css
<style>
span { border-color: #195EAE; }
span { border-color: rgb(25,94,174); }
td.TdClassName
{
border-color: #195EAE;
}
.TagClassName
{
border-color: #195EAE;
}
</style>