#147982

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

Shades of Allports #147982

Tints of Allports #147982

Color information

#147982 (or 0x147982) is unknown color: approx Allports. HEX triplet: 14, 79 and 82. RGB value is (20,121,130). Sum of RGB (Red+Green+Blue) = 20+121+130=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #147982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147982 is #EB867D. Grayscale: #5B5B5B. Windows color (decimal): -15435390 or 8550676. OLE color: 8550676.

HSL color Cylindrical-coordinate representation of color #147982: hue angle of 184.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147982 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB20121130-
CMYK0.850.0700.49
HSL184.91º73.33%29.41%-
HSV(B)184.91º84.62%50.98%-
XYZ11.1615.4423.51-
YUV91.83149.5476.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.38%
GREEN value IS 121 (47.66% from 255) = 44.65%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=7.38%
G=44.65%
B=47.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201211300.850.0700.49184.9173.3329.41
Hex147982557031b9491d
Octal24171202125706127111135
Binary101001111001100000101010101111011000110111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147982; }

 p { color: rgb(20,121,130); }

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

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

 a { background-color: rgb(20,121,130); }

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

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

 span { border-color: rgb(20,121,130); }

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