Html Css Color HEX #137387 Allports

📋 copy color: '#137387'

red 19 ◦ green 115 ◦ blue 135

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

Shades of Allports #137387

Tints of Allports #137387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.19%

R = 7.06%
G = 42.75%
B = 50.19%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#137387 (or 0x137387) is known color: Allports. HEX triplet: 13, 73 and 87. RGB value is (19,115,135). Sum of RGB (Red+Green+Blue) = 19+115+135=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #137387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137387 is #EC8C78. Grayscale: #585858. Windows color (decimal): -15502457 or 8876819. OLE color: 8876819.

HSL color Cylindrical-coordinate representation of color #137387: hue angle of 190.34º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137387 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 115 135 -
CMYK 0.86 0.15 0 0.47
HSL 190.34º 0.75% 0.3% -
HSV(B) 190.34º 0.86% 0.53% -
XYZ 10.77 14.15 25.08 -
YUV 88.58 154.2 78.37 -
System Red Green Blue C M Y K H S L
Decimal 19 115 135 0.86 0.15 0 0.47 190.34 0.75 0.3
Hex 13 73 87 56 F 0 2F BE 4B 1E
Octal 23 163 207 126 17 0 57 276 113 36
Binary 10011 1110011 10000111 1010110 1111 0 101111 10111110 1001011 11110

Color Harmonies of #137387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137387

Black with #137387

Text Example


Text Example

White with #137387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137387; }

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

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

background-color css

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

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

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

border-color css

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

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

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