#147582

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

Shades of Allports #147582

Tints of Allports #147582

Color information

#147582 (or 0x147582) is unknown color: approx Allports. HEX triplet: 14, 75 and 82. RGB value is (20,117,130). Sum of RGB (Red+Green+Blue) = 20+117+130=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #147582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147582 is #EB8A7D. Grayscale: #595959. Windows color (decimal): -15436414 or 8549652. OLE color: 8549652.

HSL color Cylindrical-coordinate representation of color #147582: hue angle of 187.09º 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 #147582 is Cyan = 0.85, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB20117130-
CMYK0.850.100.49
HSL187.09º73.33%29.41%-
HSV(B)187.09º84.62%50.98%-
XYZ10.6814.4823.35-
YUV89.48150.8678.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.49%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 130 (51.17% from 255) = 48.69%
R=7.49%
G=43.82%
B=48.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201171300.850.100.49187.0973.3329.41
Hex14758255A031bb491d
Octal241652021251206127311135
Binary1010011101011000001010101011010011000110111011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147582; }

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

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

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

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

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

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

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

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