#147689

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

Shades of Allports #147689

Tints of Allports #147689

Color information

#147689 (or 0x147689) is unknown color: approx Allports. HEX triplet: 14, 76 and 89. RGB value is (20,118,137). Sum of RGB (Red+Green+Blue) = 20+118+137=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #147689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147689 is #EB8976. Grayscale: #5A5A5A. Windows color (decimal): -15436151 or 9008660. OLE color: 9008660.

HSL color Cylindrical-coordinate representation of color #147689: hue angle of 189.74º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147689 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB20118137-
CMYK0.850.1400.46
HSL189.74º74.52%30.78%-
HSV(B)189.74º85.4%53.73%-
XYZ11.2814.9125.95-
YUV90.86154.0377.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.27%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 137 (53.91% from 255) = 49.82%
R=7.27%
G=42.91%
B=49.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201181370.850.1400.46189.7474.5230.78
Hex14768955E02Ebe4b1f
Octal241662111251605627611337
Binary1010011101101000100110101011110010111010111110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147689; }

 p { color: rgb(20,118,137); }

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

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

 a { background-color: rgb(20,118,137); }

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

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

 span { border-color: rgb(20,118,137); }

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