Html Css Color HEX #147177 Allports

📋 copy color: '#147177'

red 20 ◦ green 113 ◦ blue 119

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

Shades of Allports #147177

Tints of Allports #147177

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.84%

 BLUE value IS 119 (46.88% from 255) = 47.22%

R = 7.94%
G = 44.84%
B = 47.22%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#147177 (or 0x147177) is known color: Allports. HEX triplet: 14, 71 and 77. RGB value is (20,113,119). Sum of RGB (Red+Green+Blue) = 20+113+119=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #147177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147177 is #EB8E88. Grayscale: #555555. Windows color (decimal): -15437449 or 7827732. OLE color: 7827732.

HSL color Cylindrical-coordinate representation of color #147177: hue angle of 183.64º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147177 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 113 119 -
CMYK 0.83 0.05 0 0.53
HSL 183.64º 0.71% 0.27% -
HSV(B) 183.64º 0.83% 0.47% -
XYZ 9.52 13.29 19.52 -
YUV 85.88 146.69 81.01 -
System Red Green Blue C M Y K H S L
Decimal 20 113 119 0.83 0.05 0 0.53 183.64 0.71 0.27
Hex 14 71 77 53 5 0 35 B8 47 1B
Octal 24 161 167 123 5 0 65 270 107 33
Binary 10100 1110001 1110111 1010011 101 0 110101 10111000 1000111 11011

Color Harmonies of #147177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147177

Black with #147177

Text Example


Text Example

White with #147177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147177; }

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

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

background-color css

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

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

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

border-color css

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

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

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