#147389

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

Shades of Allports #147389

Tints of Allports #147389

Color information

#147389 (or 0x147389) is unknown color: approx Allports. HEX triplet: 14, 73 and 89. RGB value is (20,115,137). Sum of RGB (Red+Green+Blue) = 20+115+137=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #147389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147389 is #EB8C76. Grayscale: #585858. Windows color (decimal): -15436919 or 9007892. OLE color: 9007892.

HSL color Cylindrical-coordinate representation of color #147389: hue angle of 191.28º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147389 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB20115137-
CMYK0.850.1600.46
HSL191.28º74.52%30.78%-
HSV(B)191.28º85.4%53.73%-
XYZ10.9314.2225.83-
YUV89.1155.0378.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.35%
GREEN value IS 115 (45.31% from 255) = 42.28%
BLUE value IS 137 (53.91% from 255) = 50.37%
R=7.35%
G=42.28%
B=50.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201151370.850.1600.46191.2874.5230.78
Hex147389551002Ebf4b1f
Octal241632111252005627711337
Binary10100111001110001001101010110000010111010111111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147389; }

 p { color: rgb(20,115,137); }

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

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

 a { background-color: rgb(20,115,137); }

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

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

 span { border-color: rgb(20,115,137); }

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