Shades of Pelorous #1995AA
Tints of Pelorous #1995AA
RGB
CMYK
RGB Variations
Color information
#1995AA (or 0x1995AA) is known color: Pelorous. HEX triplet: 19, 95 and AA. RGB value is (25,149,170). Sum of RGB (Red+Green+Blue) = 25+149+170=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #1995AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1995AA is #E66A55. Grayscale: #727272. Windows color (decimal): -15100502 or 11179289. OLE color: 11179289.
HSL color Cylindrical-coordinate representation of color #1995AA: hue angle of 188.69º 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 #1995AA is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 149 | 170 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.33 |
| HSL | 188.69º | 0.74% | 0.38% | - |
| HSV(B) | 188.69º | 0.85% | 0.67% | - |
| XYZ | 18.4 | 24.6 | 41.81 | - |
| YUV | 114.32 | 159.42 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 170 | 0.85 | 0.12 | 0 | 0.33 | 188.69 | 0.74 | 0.38 |
| Hex | 19 | 95 | AA | 55 | C | 0 | 21 | BD | 4A | 26 |
| Octal | 31 | 225 | 252 | 125 | 14 | 0 | 41 | 275 | 112 | 46 |
| Binary | 11001 | 10010101 | 10101010 | 1010101 | 1100 | 0 | 100001 | 10111101 | 1001010 | 100110 |
Color Harmonies of #1995AA
Complementary color
Monochromatic Colors of #1995AA
Black with #1995AA
Text Example
Text Example
White with #1995AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1995AA; }
p { color: rgb(25,149,170); }
H1.HeaderClassName
{
color: #1995AA;
}
.AnyTagClassName
{
color: #1995AA;
}
</style>
background-color css
<style>
a { background-color: #1995AA; }
a { background-color: rgb(25,149,170); }
div.DivClassName
{
background-color: #1995AA;
}
.BgClassName
{
background-color: #1995AA;
}
</style>
border-color css
<style>
span { border-color: #1995AA; }
span { border-color: rgb(25,149,170); }
td.TdClassName
{
border-color: #1995AA;
}
.TagClassName
{
border-color: #1995AA;
}
</style>