Shades of Denim #195AAA
Tints of Denim #195AAA
RGB
CMYK
RGB Variations
Color information
#195AAA (or 0x195AAA) is known color: Denim. HEX triplet: 19, 5A and AA. RGB value is (25,90,170). Sum of RGB (Red+Green+Blue) = 25+90+170=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #195AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195AAA is #E6A555. Grayscale: #4F4F4F. Windows color (decimal): -15115606 or 11164185. OLE color: 11164185.
HSL color Cylindrical-coordinate representation of color #195AAA: hue angle of 213.1º 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 #195AAA is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 90 | 170 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.33 |
| HSL | 213.1º | 0.74% | 0.38% | - |
| HSV(B) | 213.1º | 0.85% | 0.67% | - |
| XYZ | 11.31 | 10.42 | 39.45 | - |
| YUV | 79.69 | 178.97 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 170 | 0.85 | 0.47 | 0 | 0.33 | 213.1 | 0.74 | 0.38 |
| Hex | 19 | 5A | AA | 55 | 2F | 0 | 21 | D5 | 4A | 26 |
| Octal | 31 | 132 | 252 | 125 | 57 | 0 | 41 | 325 | 112 | 46 |
| Binary | 11001 | 1011010 | 10101010 | 1010101 | 101111 | 0 | 100001 | 11010101 | 1001010 | 100110 |
Color Harmonies of #195AAA
Complementary color
Monochromatic Colors of #195AAA
Black with #195AAA
Text Example
Text Example
White with #195AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195AAA; }
p { color: rgb(25,90,170); }
H1.HeaderClassName
{
color: #195AAA;
}
.AnyTagClassName
{
color: #195AAA;
}
</style>
background-color css
<style>
a { background-color: #195AAA; }
a { background-color: rgb(25,90,170); }
div.DivClassName
{
background-color: #195AAA;
}
.BgClassName
{
background-color: #195AAA;
}
</style>
border-color css
<style>
span { border-color: #195AAA; }
span { border-color: rgb(25,90,170); }
td.TdClassName
{
border-color: #195AAA;
}
.TagClassName
{
border-color: #195AAA;
}
</style>