Shades of Pelorous #1490BA
Tints of Pelorous #1490BA
RGB
CMYK
RGB Variations
Color information
#1490BA (or 0x1490BA) is known color: Pelorous. HEX triplet: 14, 90 and BA. RGB value is (20,144,186). Sum of RGB (Red+Green+Blue) = 20+144+186=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #1490BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1490BA is #EB6F45. Grayscale: #6F6F6F. Windows color (decimal): -15429446 or 12226580. OLE color: 12226580.
HSL color Cylindrical-coordinate representation of color #1490BA: hue angle of 195.18º 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 #1490BA is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 144 | 186 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.27 |
| HSL | 195.18º | 0.81% | 0.4% | - |
| HSV(B) | 195.18º | 0.89% | 0.73% | - |
| XYZ | 19.12 | 23.64 | 50.01 | - |
| YUV | 111.71 | 169.92 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 186 | 0.89 | 0.23 | 0 | 0.27 | 195.18 | 0.81 | 0.4 |
| Hex | 14 | 90 | BA | 59 | 17 | 0 | 1B | C3 | 51 | 28 |
| Octal | 24 | 220 | 272 | 131 | 27 | 0 | 33 | 303 | 121 | 50 |
| Binary | 10100 | 10010000 | 10111010 | 1011001 | 10111 | 0 | 11011 | 11000011 | 1010001 | 101000 |
Color Harmonies of #1490BA
Complementary color
Monochromatic Colors of #1490BA
Black with #1490BA
Text Example
Text Example
White with #1490BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1490BA; }
p { color: rgb(20,144,186); }
H1.HeaderClassName
{
color: #1490BA;
}
.AnyTagClassName
{
color: #1490BA;
}
</style>
background-color css
<style>
a { background-color: #1490BA; }
a { background-color: rgb(20,144,186); }
div.DivClassName
{
background-color: #1490BA;
}
.BgClassName
{
background-color: #1490BA;
}
</style>
border-color css
<style>
span { border-color: #1490BA; }
span { border-color: rgb(20,144,186); }
td.TdClassName
{
border-color: #1490BA;
}
.TagClassName
{
border-color: #1490BA;
}
</style>