Shades of Pelorous #1498AA
Tints of Pelorous #1498AA
RGB
CMYK
RGB Variations
Color information
#1498AA (or 0x1498AA) is known color: Pelorous. HEX triplet: 14, 98 and AA. RGB value is (20,152,170). Sum of RGB (Red+Green+Blue) = 20+152+170=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #1498AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1498AA is #EB6755. Grayscale: #727272. Windows color (decimal): -15427414 or 11180052. OLE color: 11180052.
HSL color Cylindrical-coordinate representation of color #1498AA: hue angle of 187.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1498AA is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 152 | 170 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.33 |
| HSL | 187.2º | 0.79% | 0.37% | - |
| HSV(B) | 187.2º | 0.88% | 0.67% | - |
| XYZ | 18.77 | 25.51 | 41.96 | - |
| YUV | 114.58 | 159.27 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 170 | 0.88 | 0.11 | 0 | 0.33 | 187.2 | 0.79 | 0.37 |
| Hex | 14 | 98 | AA | 58 | B | 0 | 21 | BB | 4F | 25 |
| Octal | 24 | 230 | 252 | 130 | 13 | 0 | 41 | 273 | 117 | 45 |
| Binary | 10100 | 10011000 | 10101010 | 1011000 | 1011 | 0 | 100001 | 10111011 | 1001111 | 100101 |
Color Harmonies of #1498AA
Complementary color
Monochromatic Colors of #1498AA
Black with #1498AA
Text Example
Text Example
White with #1498AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1498AA; }
p { color: rgb(20,152,170); }
H1.HeaderClassName
{
color: #1498AA;
}
.AnyTagClassName
{
color: #1498AA;
}
</style>
background-color css
<style>
a { background-color: #1498AA; }
a { background-color: rgb(20,152,170); }
div.DivClassName
{
background-color: #1498AA;
}
.BgClassName
{
background-color: #1498AA;
}
</style>
border-color css
<style>
span { border-color: #1498AA; }
span { border-color: rgb(20,152,170); }
td.TdClassName
{
border-color: #1498AA;
}
.TagClassName
{
border-color: #1498AA;
}
</style>