Html Css Color HEX #137377 Allports

📋 copy color: '#137377'

red 19 ◦ green 115 ◦ blue 119

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

Shades of Allports #137377

Tints of Allports #137377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.45%

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

R = 7.51%
G = 45.45%
B = 47.04%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#137377 (or 0x137377) is known color: Allports. HEX triplet: 13, 73 and 77. RGB value is (19,115,119). Sum of RGB (Red+Green+Blue) = 19+115+119=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #137377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137377 is #EC8C88. Grayscale: #565656. Windows color (decimal): -15502473 or 7828243. OLE color: 7828243.

HSL color Cylindrical-coordinate representation of color #137377: hue angle of 182.4º 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 #137377 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 115 119 -
CMYK 0.84 0.03 0 0.53
HSL 182.4º 0.72% 0.27% -
HSV(B) 182.4º 0.84% 0.47% -
XYZ 9.73 13.73 19.59 -
YUV 86.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 19 115 119 0.84 0.03 0 0.53 182.4 0.72 0.27
Hex 13 73 77 54 3 0 35 B6 48 1B
Octal 23 163 167 124 3 0 65 266 110 33
Binary 10011 1110011 1110111 1010100 11 0 110101 10110110 1001000 11011

Color Harmonies of #137377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137377

Black with #137377

Text Example


Text Example

White with #137377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137377; }

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

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

background-color css

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

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

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

border-color css

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

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

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