Html Css Color HEX #147080 Allports

📋 copy color: '#147080'

red 20 ◦ green 112 ◦ blue 128

#147080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #147080

Tints of Allports #147080

RGB

 RED value IS 20 (8.2% from 255) = 7.69%

 GREEN value IS 112 (44.14% from 255) = 43.08%

 BLUE value IS 128 (50.39% from 255) = 49.23%

R = 7.69%
G = 43.08%
B = 49.23%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#147080 (or 0x147080) is known color: Allports. HEX triplet: 14, 70 and 80. RGB value is (20,112,128). Sum of RGB (Red+Green+Blue) = 20+112+128=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #147080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147080 is #EB8F7F. Grayscale: #565656. Windows color (decimal): -15437696 or 8417300. OLE color: 8417300.

HSL color Cylindrical-coordinate representation of color #147080: hue angle of 188.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147080 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 112 128 -
CMYK 0.84 0.12 0 0.50
HSL 188.89º 0.73% 0.29% -
HSV(B) 188.89º 0.84% 0.5% -
XYZ 9.98 13.3 22.46 -
YUV 86.32 151.52 80.7 -
System Red Green Blue C M Y K H S L
Decimal 20 112 128 0.84 0.12 0 0.50 188.89 0.73 0.29
Hex 14 70 80 54 C 0 32 BD 49 1D
Octal 24 160 200 124 14 0 62 275 111 35
Binary 10100 1110000 10000000 1010100 1100 0 110010 10111101 1001001 11101

Color Harmonies of #147080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147080

Black with #147080

Text Example


Text Example

White with #147080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147080; }

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

 H1.HeaderClassName
 {
   color: #147080;
 }
 .AnyTagClassName
 {
   color: #147080;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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