#147073

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

Shades of Allports #147073

Tints of Allports #147073

Color information

#147073 (or 0x147073) is unknown color: approx Allports. HEX triplet: 14, 70 and 73. RGB value is (20,112,115). Sum of RGB (Red+Green+Blue) = 20+112+115=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #147073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147073 is #EB8F8C. Grayscale: #545454. Windows color (decimal): -15437709 or 7565332. OLE color: 7565332.

HSL color Cylindrical-coordinate representation of color #147073: hue angle of 181.89º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147073 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB20112115-
CMYK0.830.0300.55
HSL181.89º70.37%26.47%-
HSV(B)181.89º82.61%45.1%-
XYZ9.1812.9718.24-
YUV84.83145.0281.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.10%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=8.10%
G=45.34%
B=46.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201121150.830.0300.55181.8970.3726.47
Hex147073533037b6461a
Octal24160163123306726610632
Binary1010011100001110011101001111011011110110110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147073; }

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

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

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

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

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

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

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

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