#147A8E

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

Shades of Allports #147A8E

Tints of Allports #147A8E

Color information

#147A8E (or 0x147A8E) is unknown color: approx Allports. HEX triplet: 14, 7A and 8E. RGB value is (20,122,142). Sum of RGB (Red+Green+Blue) = 20+122+142=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #147A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147A8E is #EB8571. Grayscale: #5D5D5D. Windows color (decimal): -15435122 or 9337364. OLE color: 9337364.

HSL color Cylindrical-coordinate representation of color #147A8E: hue angle of 189.84º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147A8E is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB20122142-
CMYK0.860.1400.44
HSL189.84º75.31%31.76%-
HSV(B)189.84º85.92%55.69%-
XYZ12.1316.0228.04-
YUV93.78155.2175.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.04%
GREEN value IS 122 (48.05% from 255) = 42.96%
BLUE value IS 142 (55.86% from 255) = 50%
R=7.04%
G=42.96%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201221420.860.1400.44189.8475.3131.76
Hex147A8E56E02Cbe4b20
Octal241722161261605427611340
Binary10100111101010001110101011011100101100101111101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147A8E; }

 p { color: rgb(20,122,142); }

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

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

 a { background-color: rgb(20,122,142); }

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

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

 span { border-color: rgb(20,122,142); }

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