Html Css Color HEX #137177 Allports

📋 copy color: '#137177'

red 19 ◦ green 113 ◦ blue 119

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

Shades of Allports #137177

Tints of Allports #137177

RGB

 RED value IS 19 (7.81% from 255) = 7.57%

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

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

R = 7.57%
G = 45.02%
B = 47.41%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#137177 (or 0x137177) is known color: Allports. HEX triplet: 13, 71 and 77. RGB value is (19,113,119). Sum of RGB (Red+Green+Blue) = 19+113+119=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #137177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137177 is #EC8E88. Grayscale: #555555. Windows color (decimal): -15502985 or 7827731. OLE color: 7827731.

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

Color convert

RGB 19 113 119 -
CMYK 0.84 0.05 0 0.53
HSL 183.6º 0.72% 0.27% -
HSV(B) 183.6º 0.84% 0.47% -
XYZ 9.5 13.28 19.52 -
YUV 85.58 146.86 80.51 -
System Red Green Blue C M Y K H S L
Decimal 19 113 119 0.84 0.05 0 0.53 183.6 0.72 0.27
Hex 13 71 77 54 5 0 35 B8 48 1B
Octal 23 161 167 124 5 0 65 270 110 33
Binary 10011 1110001 1110111 1010100 101 0 110101 10111000 1001000 11011

Color Harmonies of #137177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137177

Black with #137177

Text Example


Text Example

White with #137177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137177; }

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

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

background-color css

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

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

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

border-color css

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

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

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