Shades of Denim #195DAA
Tints of Denim #195DAA
RGB
CMYK
RGB Variations
Color information
#195DAA (or 0x195DAA) is known color: Denim. HEX triplet: 19, 5D and AA. RGB value is (25,93,170). Sum of RGB (Red+Green+Blue) = 25+93+170=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #195DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195DAA is #E6A255. Grayscale: #515151. Windows color (decimal): -15114838 or 11164953. OLE color: 11164953.
HSL color Cylindrical-coordinate representation of color #195DAA: hue angle of 211.86º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #195DAA is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 93 | 170 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.33 |
| HSL | 211.86º | 0.74% | 0.38% | - |
| HSV(B) | 211.86º | 0.85% | 0.67% | - |
| XYZ | 11.57 | 10.94 | 39.53 | - |
| YUV | 81.45 | 177.97 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 170 | 0.85 | 0.45 | 0 | 0.33 | 211.86 | 0.74 | 0.38 |
| Hex | 19 | 5D | AA | 55 | 2D | 0 | 21 | D4 | 4A | 26 |
| Octal | 31 | 135 | 252 | 125 | 55 | 0 | 41 | 324 | 112 | 46 |
| Binary | 11001 | 1011101 | 10101010 | 1010101 | 101101 | 0 | 100001 | 11010100 | 1001010 | 100110 |
Color Harmonies of #195DAA
Complementary color
Monochromatic Colors of #195DAA
Black with #195DAA
Text Example
Text Example
White with #195DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DAA; }
p { color: rgb(25,93,170); }
H1.HeaderClassName
{
color: #195DAA;
}
.AnyTagClassName
{
color: #195DAA;
}
</style>
background-color css
<style>
a { background-color: #195DAA; }
a { background-color: rgb(25,93,170); }
div.DivClassName
{
background-color: #195DAA;
}
.BgClassName
{
background-color: #195DAA;
}
</style>
border-color css
<style>
span { border-color: #195DAA; }
span { border-color: rgb(25,93,170); }
td.TdClassName
{
border-color: #195DAA;
}
.TagClassName
{
border-color: #195DAA;
}
</style>