#147185

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

Shades of Allports #147185

Tints of Allports #147185

Color information

#147185 (or 0x147185) is unknown color: approx Allports. HEX triplet: 14, 71 and 85. RGB value is (20,113,133). Sum of RGB (Red+Green+Blue) = 20+113+133=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #147185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147185 is #EB8E7A. Grayscale: #575757. Windows color (decimal): -15437435 or 8745236. OLE color: 8745236.

HSL color Cylindrical-coordinate representation of color #147185: hue angle of 190.62º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147185 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB20113133-
CMYK0.850.1500.48
HSL190.62º73.86%30%-
HSV(B)190.62º84.96%52.16%-
XYZ10.4313.6524.28-
YUV87.47153.6979.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.52%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 133 (52.34% from 255) = 50%
R=7.52%
G=42.48%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal201131330.850.1500.48190.6273.8630
Hex14718555F030bf4a1e
Octal241612051251706027711236
Binary1010011100011000010110101011111011000010111111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147185; }

 p { color: rgb(20,113,133); }

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

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

 a { background-color: rgb(20,113,133); }

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

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

 span { border-color: rgb(20,113,133); }

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