#149AB5

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

Shades of Pelorous #149AB5

Tints of Pelorous #149AB5

Color information

#149AB5 (or 0x149AB5) is unknown color: approx Pelorous. HEX triplet: 14, 9A and B5. RGB value is (20,154,181). Sum of RGB (Red+Green+Blue) = 20+154+181=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #149AB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149AB5 is #EB654A. Grayscale: #747474. Windows color (decimal): -15426891 or 11901460. OLE color: 11901460.

HSL color Cylindrical-coordinate representation of color #149AB5: hue angle of 190.06º 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 #149AB5 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB20154181-
CMYK0.890.1500.29
HSL190.06º80.1%39.41%-
HSV(B)190.06º88.95%70.98%-
XYZ20.1826.647.79-
YUV117.01164.1158.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.63%
GREEN value IS 154 (60.55% from 255) = 43.38%
BLUE value IS 181 (71.09% from 255) = 50.99%
R=5.63%
G=43.38%
B=50.99%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201541810.890.1500.29190.0680.139.41
Hex149AB559F01Dbe5027
Octal242322651311703527612047
Binary10100100110101011010110110011111011101101111101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149AB5; }

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

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

<style>
 a { background-color: #149AB5; }

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

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

<style>
 span { border-color: #149AB5; }

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

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