Shades of Pelorous #1497BA
Tints of Pelorous #1497BA
RGB
CMYK
RGB Variations
Color information
#1497BA (or 0x1497BA) is known color: Pelorous. HEX triplet: 14, 97 and BA. RGB value is (20,151,186). Sum of RGB (Red+Green+Blue) = 20+151+186=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #1497BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497BA is #EB6845. Grayscale: #737373. Windows color (decimal): -15427654 or 12228372. OLE color: 12228372.
HSL color Cylindrical-coordinate representation of color #1497BA: hue angle of 192.65º 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 #1497BA is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 151 | 186 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.27 |
| HSL | 192.65º | 0.81% | 0.4% | - |
| HSV(B) | 192.65º | 0.89% | 0.73% | - |
| XYZ | 20.22 | 25.83 | 50.37 | - |
| YUV | 115.82 | 167.6 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 186 | 0.89 | 0.19 | 0 | 0.27 | 192.65 | 0.81 | 0.4 |
| Hex | 14 | 97 | BA | 59 | 13 | 0 | 1B | C1 | 51 | 28 |
| Octal | 24 | 227 | 272 | 131 | 23 | 0 | 33 | 301 | 121 | 50 |
| Binary | 10100 | 10010111 | 10111010 | 1011001 | 10011 | 0 | 11011 | 11000001 | 1010001 | 101000 |
Color Harmonies of #1497BA
Complementary color
Monochromatic Colors of #1497BA
Black with #1497BA
Text Example
Text Example
White with #1497BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1497BA; }
p { color: rgb(20,151,186); }
H1.HeaderClassName
{
color: #1497BA;
}
.AnyTagClassName
{
color: #1497BA;
}
</style>
background-color css
<style>
a { background-color: #1497BA; }
a { background-color: rgb(20,151,186); }
div.DivClassName
{
background-color: #1497BA;
}
.BgClassName
{
background-color: #1497BA;
}
</style>
border-color css
<style>
span { border-color: #1497BA; }
span { border-color: rgb(20,151,186); }
td.TdClassName
{
border-color: #1497BA;
}
.TagClassName
{
border-color: #1497BA;
}
</style>