#1490B5

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

Shades of Pelorous #1490B5

Tints of Pelorous #1490B5

Color information

#1490B5 (or 0x1490B5) is unknown color: approx Pelorous. HEX triplet: 14, 90 and B5. RGB value is (20,144,181). Sum of RGB (Red+Green+Blue) = 20+144+181=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #1490B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1490B5 is #EB6F4A. Grayscale: #6E6E6E. Windows color (decimal): -15429451 or 11898900. OLE color: 11898900.

HSL color Cylindrical-coordinate representation of color #1490B5: hue angle of 193.79º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1490B5 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB20144181-
CMYK0.890.2000.29
HSL193.79º80.1%39.41%-
HSV(B)193.79º88.95%70.98%-
XYZ18.623.4347.26-
YUV111.14167.4262.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.80%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 181 (71.09% from 255) = 52.46%
R=5.80%
G=41.74%
B=52.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201441810.890.2000.29193.7980.139.41
Hex1490B5591401Dc25027
Octal242202651312403530212047
Binary101001001000010110101101100110100011101110000101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1490B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1490B5; }

 p { color: rgb(20,144,181); }

 H1.HeaderClassName
 {
   color: #1490B5;
 }
 .AnyTagClassName
 {
   color: #1490B5;
 }
</style>
background-color css

<style>
 a { background-color: #1490B5; }

 a { background-color: rgb(20,144,181); }

 div.DivClassName
 {
   background-color: #1490B5;
 }
 .BgClassName
 {
   background-color: #1490B5;
 }
</style>
border-color css

<style>
 span { border-color: #1490B5; }

 span { border-color: rgb(20,144,181); }

 td.TdClassName
 {
   border-color: #1490B5;
 }
 .TagClassName
 {
   border-color: #1490B5;
 }
</style>