#147580

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

Shades of Allports #147580

Tints of Allports #147580

Color information

#147580 (or 0x147580) is unknown color: approx Allports. HEX triplet: 14, 75 and 80. RGB value is (20,117,128). Sum of RGB (Red+Green+Blue) = 20+117+128=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #147580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147580 is #EB8A7F. Grayscale: #595959. Windows color (decimal): -15436416 or 8418580. OLE color: 8418580.

HSL color Cylindrical-coordinate representation of color #147580: hue angle of 186.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147580 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB20117128-
CMYK0.840.0900.50
HSL186.11º72.97%29.02%-
HSV(B)186.11º84.38%50.2%-
XYZ10.5514.4322.65-
YUV89.25149.8678.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 128 (50.39% from 255) = 48.30%
R=7.55%
G=44.15%
B=48.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal201171280.840.0900.50186.1172.9729.02
Hex147580549032ba491d
Octal241652001241106227211135
Binary1010011101011000000010101001001011001010111010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147580; }

 p { color: rgb(20,117,128); }

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

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

 a { background-color: rgb(20,117,128); }

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

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

 span { border-color: rgb(20,117,128); }

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