#147A8C

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

Shades of Allports #147A8C

Tints of Allports #147A8C

Color information

#147A8C (or 0x147A8C) is unknown color: approx Allports. HEX triplet: 14, 7A and 8C. RGB value is (20,122,140). Sum of RGB (Red+Green+Blue) = 20+122+140=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #147A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147A8C is #EB8573. Grayscale: #5D5D5D. Windows color (decimal): -15435124 or 9206292. OLE color: 9206292.

HSL color Cylindrical-coordinate representation of color #147A8C: hue angle of 189º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147A8C is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB20122140-
CMYK0.860.1300.45
HSL189º75%31.37%-
HSV(B)189º85.71%54.9%-
XYZ11.9815.9627.26-
YUV93.55154.2175.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.09%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 140 (55.08% from 255) = 49.65%
R=7.09%
G=43.26%
B=49.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201221400.860.1300.451897531.37
Hex147A8C56D02Dbd4b1f
Octal241722141261505527511337
Binary1010011110101000110010101101101010110110111101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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