Shades of Pelorous #1498BA
Tints of Pelorous #1498BA
RGB
CMYK
RGB Variations
Color information
#1498BA (or 0x1498BA) is known color: Pelorous. HEX triplet: 14, 98 and BA. RGB value is (20,152,186). Sum of RGB (Red+Green+Blue) = 20+152+186=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #1498BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1498BA is #EB6745. Grayscale: #747474. Windows color (decimal): -15427398 or 12228628. OLE color: 12228628.
HSL color Cylindrical-coordinate representation of color #1498BA: hue angle of 192.29º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1498BA is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 152 | 186 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.27 |
| HSL | 192.29º | 0.81% | 0.4% | - |
| HSV(B) | 192.29º | 0.89% | 0.73% | - |
| XYZ | 20.38 | 26.15 | 50.43 | - |
| YUV | 116.41 | 167.27 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 186 | 0.89 | 0.18 | 0 | 0.27 | 192.29 | 0.81 | 0.4 |
| Hex | 14 | 98 | BA | 59 | 12 | 0 | 1B | C0 | 51 | 28 |
| Octal | 24 | 230 | 272 | 131 | 22 | 0 | 33 | 300 | 121 | 50 |
| Binary | 10100 | 10011000 | 10111010 | 1011001 | 10010 | 0 | 11011 | 11000000 | 1010001 | 101000 |
Color Harmonies of #1498BA
Complementary color
Monochromatic Colors of #1498BA
Black with #1498BA
Text Example
Text Example
White with #1498BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1498BA; }
p { color: rgb(20,152,186); }
H1.HeaderClassName
{
color: #1498BA;
}
.AnyTagClassName
{
color: #1498BA;
}
</style>
background-color css
<style>
a { background-color: #1498BA; }
a { background-color: rgb(20,152,186); }
div.DivClassName
{
background-color: #1498BA;
}
.BgClassName
{
background-color: #1498BA;
}
</style>
border-color css
<style>
span { border-color: #1498BA; }
span { border-color: rgb(20,152,186); }
td.TdClassName
{
border-color: #1498BA;
}
.TagClassName
{
border-color: #1498BA;
}
</style>