Html Css Color HEX #137786 Allports

📋 copy color: '#137786'

red 19 ◦ green 119 ◦ blue 134

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

Shades of Allports #137786

Tints of Allports #137786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.75%

 BLUE value IS 134 (52.73% from 255) = 49.26%

R = 6.99%
G = 43.75%
B = 49.26%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#137786 (or 0x137786) is known color: Allports. HEX triplet: 13, 77 and 86. RGB value is (19,119,134). Sum of RGB (Red+Green+Blue) = 19+119+134=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #137786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137786 is #EC8879. Grayscale: #5A5A5A. Windows color (decimal): -15501434 or 8812307. OLE color: 8812307.

HSL color Cylindrical-coordinate representation of color #137786: hue angle of 187.83º 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 #137786 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 119 134 -
CMYK 0.86 0.11 0 0.47
HSL 187.83º 0.75% 0.3% -
HSV(B) 187.83º 0.86% 0.53% -
XYZ 11.17 15.05 24.87 -
YUV 90.81 152.37 76.78 -
System Red Green Blue C M Y K H S L
Decimal 19 119 134 0.86 0.11 0 0.47 187.83 0.75 0.3
Hex 13 77 86 56 B 0 2F BC 4B 1E
Octal 23 167 206 126 13 0 57 274 113 36
Binary 10011 1110111 10000110 1010110 1011 0 101111 10111100 1001011 11110

Color Harmonies of #137786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137786

Black with #137786

Text Example


Text Example

White with #137786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137786; }

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

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

background-color css

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

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

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

border-color css

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

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

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