Html Css Color HEX #137181 Allports

📋 copy color: '#137181'

red 19 ◦ green 113 ◦ blue 129

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

Shades of Allports #137181

Tints of Allports #137181

RGB

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

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

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

R = 7.28%
G = 43.3%
B = 49.43%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#137181 (or 0x137181) is known color: Allports. HEX triplet: 13, 71 and 81. RGB value is (19,113,129). Sum of RGB (Red+Green+Blue) = 19+113+129=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #137181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137181 is #EC8E7E. Grayscale: #565656. Windows color (decimal): -15502975 or 8483091. OLE color: 8483091.

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

Color convert

RGB 19 113 129 -
CMYK 0.85 0.12 0 0.49
HSL 188.73º 0.74% 0.29% -
HSV(B) 188.73º 0.85% 0.51% -
XYZ 10.14 13.53 22.85 -
YUV 86.72 151.86 79.7 -
System Red Green Blue C M Y K H S L
Decimal 19 113 129 0.85 0.12 0 0.49 188.73 0.74 0.29
Hex 13 71 81 55 C 0 31 BD 4A 1D
Octal 23 161 201 125 14 0 61 275 112 35
Binary 10011 1110001 10000001 1010101 1100 0 110001 10111101 1001010 11101

Color Harmonies of #137181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137181

Black with #137181

Text Example


Text Example

White with #137181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137181; }

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

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

background-color css

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

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

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

border-color css

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

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

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