Html Css Color HEX #147781 Allports

📋 copy color: '#147781'

red 20 ◦ green 119 ◦ blue 129

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

Shades of Allports #147781

Tints of Allports #147781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.4%

 BLUE value IS 129 (50.78% from 255) = 48.13%

R = 7.46%
G = 44.4%
B = 48.13%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#147781 (or 0x147781) is known color: Allports. HEX triplet: 14, 77 and 81. RGB value is (20,119,129). Sum of RGB (Red+Green+Blue) = 20+119+129=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #147781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147781 is #EB887E. Grayscale: #5A5A5A. Windows color (decimal): -15435903 or 8484628. OLE color: 8484628.

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

Color convert

RGB 20 119 129 -
CMYK 0.84 0.08 0 0.49
HSL 185.5º 0.73% 0.29% -
HSV(B) 185.5º 0.84% 0.51% -
XYZ 10.85 14.93 23.08 -
YUV 90.54 149.7 77.69 -
System Red Green Blue C M Y K H S L
Decimal 20 119 129 0.84 0.08 0 0.49 185.5 0.73 0.29
Hex 14 77 81 54 8 0 31 BA 49 1D
Octal 24 167 201 124 10 0 61 272 111 35
Binary 10100 1110111 10000001 1010100 1000 0 110001 10111010 1001001 11101

Color Harmonies of #147781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147781

Black with #147781

Text Example


Text Example

White with #147781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147781; }

 p { color: rgb(20,119,129); }

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

background-color css

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

 a { background-color: rgb(20,119,129); }

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

border-color css

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

 span { border-color: rgb(20,119,129); }

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