Html Css Color HEX #147380 Allports

📋 copy color: '#147380'

red 20 ◦ green 115 ◦ blue 128

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

Shades of Allports #147380

Tints of Allports #147380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.73%

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

R = 7.6%
G = 43.73%
B = 48.67%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#147380 (or 0x147380) is known color: Allports. HEX triplet: 14, 73 and 80. RGB value is (20,115,128). Sum of RGB (Red+Green+Blue) = 20+115+128=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #147380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147380 is #EB8C7F. Grayscale: #575757. Windows color (decimal): -15436928 or 8418068. OLE color: 8418068.

HSL color Cylindrical-coordinate representation of color #147380: hue angle of 187.22º 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 #147380 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 115 128 -
CMYK 0.84 0.10 0 0.50
HSL 187.22º 0.73% 0.29% -
HSV(B) 187.22º 0.84% 0.5% -
XYZ 10.32 13.97 22.57 -
YUV 88.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 20 115 128 0.84 0.10 0 0.50 187.22 0.73 0.29
Hex 14 73 80 54 A 0 32 BB 49 1D
Octal 24 163 200 124 12 0 62 273 111 35
Binary 10100 1110011 10000000 1010100 1010 0 110010 10111011 1001001 11101

Color Harmonies of #147380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147380

Black with #147380

Text Example


Text Example

White with #147380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147380; }

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

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

background-color css

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

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

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

border-color css

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

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

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