Html Css Color HEX #137180 Allports

📋 copy color: '#137180'

red 19 ◦ green 113 ◦ blue 128

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

Shades of Allports #137180

Tints of Allports #137180

RGB

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

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

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

R = 7.31%
G = 43.46%
B = 49.23%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#137180 (or 0x137180) is known color: Allports. HEX triplet: 13, 71 and 80. RGB value is (19,113,128). Sum of RGB (Red+Green+Blue) = 19+113+128=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #137180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137180 is #EC8E7F. Grayscale: #565656. Windows color (decimal): -15502976 or 8417555. OLE color: 8417555.

HSL color Cylindrical-coordinate representation of color #137180: hue angle of 188.26º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137180 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 113 128 -
CMYK 0.85 0.12 0 0.50
HSL 188.26º 0.74% 0.29% -
HSV(B) 188.26º 0.85% 0.5% -
XYZ 10.07 13.51 22.5 -
YUV 86.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 19 113 128 0.85 0.12 0 0.50 188.26 0.74 0.29
Hex 13 71 80 55 C 0 32 BC 4A 1D
Octal 23 161 200 125 14 0 62 274 112 35
Binary 10011 1110001 10000000 1010101 1100 0 110010 10111100 1001010 11101

Color Harmonies of #137180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137180

Black with #137180

Text Example


Text Example

White with #137180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137180; }

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

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

background-color css

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

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

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

border-color css

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

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

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