#147094

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

Shades of Allports #147094

Tints of Allports #147094

Color information

#147094 (or 0x147094) is unknown color: approx Allports. HEX triplet: 14, 70 and 94. RGB value is (20,112,148). Sum of RGB (Red+Green+Blue) = 20+112+148=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #147094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147094 is #EB8F6B. Grayscale: #585858. Windows color (decimal): -15437676 or 9728020. OLE color: 9728020.

HSL color Cylindrical-coordinate representation of color #147094: hue angle of 196.88º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147094 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20112148-
CMYK0.860.2400.42
HSL196.88º76.19%32.94%-
HSV(B)196.88º86.49%58.04%-
XYZ11.4313.8830.09-
YUV88.6161.5279.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.14%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 148 (58.20% from 255) = 52.86%
R=7.14%
G=40%
B=52.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201121480.860.2400.42196.8876.1932.94
Hex147094561802Ac54c21
Octal241602241263005230511441
Binary101001110000100101001010110110000101010110001011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147094; }

 p { color: rgb(20,112,148); }

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

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

 a { background-color: rgb(20,112,148); }

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

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

 span { border-color: rgb(20,112,148); }

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