#1490BA

Color #1490BA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1490BA

Tints of Pelorous #1490BA

Color information

#1490BA (or 0x1490BA) is unknown color: approx 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

RGB20144186-
CMYK0.890.2300.27
HSL195.18º80.58%40.39%-
HSV(B)195.18º89.25%72.94%-
XYZ19.1223.6450.01-
YUV111.71169.9262.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 5.71%
GREEN value IS 144 (56.64% from 255) = 41.14%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=5.71%
G=41.14%
B=53.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201441860.890.2300.27195.1880.5840.39
Hex1490BA591701Bc35128
Octal242202721312703330312150
Binary101001001000010111010101100110111011011110000111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1490BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>