Html Css Color HEX #137175 Allports

📋 copy color: '#137175'

red 19 ◦ green 113 ◦ blue 117

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

Shades of Allports #137175

Tints of Allports #137175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 7.63%
G = 45.38%
B = 46.99%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#137175 (or 0x137175) is known color: Allports. HEX triplet: 13, 71 and 75. RGB value is (19,113,117). Sum of RGB (Red+Green+Blue) = 19+113+117=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #137175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137175 is #EC8E8A. Grayscale: #555555. Windows color (decimal): -15502987 or 7696659. OLE color: 7696659.

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

Color convert

RGB 19 113 117 -
CMYK 0.84 0.03 0 0.54
HSL 182.45º 0.72% 0.27% -
HSV(B) 182.45º 0.84% 0.46% -
XYZ 9.38 13.23 18.89 -
YUV 85.35 145.86 80.67 -
System Red Green Blue C M Y K H S L
Decimal 19 113 117 0.84 0.03 0 0.54 182.45 0.72 0.27
Hex 13 71 75 54 3 0 36 B6 48 1B
Octal 23 161 165 124 3 0 66 266 110 33
Binary 10011 1110001 1110101 1010100 11 0 110110 10110110 1001000 11011

Color Harmonies of #137175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137175

Black with #137175

Text Example


Text Example

White with #137175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137175; }

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

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

background-color css

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

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

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

border-color css

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

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

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