Shades of Pelorous #198AAA
Tints of Pelorous #198AAA
RGB
CMYK
RGB Variations
Color information
#198AAA (or 0x198AAA) is known color: Pelorous. HEX triplet: 19, 8A and AA. RGB value is (25,138,170). Sum of RGB (Red+Green+Blue) = 25+138+170=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #198AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198AAA is #E67555. Grayscale: #6B6B6B. Windows color (decimal): -15103318 or 11176473. OLE color: 11176473.
HSL color Cylindrical-coordinate representation of color #198AAA: hue angle of 193.24º 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 #198AAA is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 138 | 170 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.33 |
| HSL | 193.24º | 0.74% | 0.38% | - |
| HSV(B) | 193.24º | 0.85% | 0.67% | - |
| XYZ | 16.75 | 21.29 | 41.26 | - |
| YUV | 107.86 | 163.06 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 170 | 0.85 | 0.19 | 0 | 0.33 | 193.24 | 0.74 | 0.38 |
| Hex | 19 | 8A | AA | 55 | 13 | 0 | 21 | C1 | 4A | 26 |
| Octal | 31 | 212 | 252 | 125 | 23 | 0 | 41 | 301 | 112 | 46 |
| Binary | 11001 | 10001010 | 10101010 | 1010101 | 10011 | 0 | 100001 | 11000001 | 1001010 | 100110 |
Color Harmonies of #198AAA
Complementary color
Monochromatic Colors of #198AAA
Black with #198AAA
Text Example
Text Example
White with #198AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198AAA; }
p { color: rgb(25,138,170); }
H1.HeaderClassName
{
color: #198AAA;
}
.AnyTagClassName
{
color: #198AAA;
}
</style>
background-color css
<style>
a { background-color: #198AAA; }
a { background-color: rgb(25,138,170); }
div.DivClassName
{
background-color: #198AAA;
}
.BgClassName
{
background-color: #198AAA;
}
</style>
border-color css
<style>
span { border-color: #198AAA; }
span { border-color: rgb(25,138,170); }
td.TdClassName
{
border-color: #198AAA;
}
.TagClassName
{
border-color: #198AAA;
}
</style>