Html Css Color HEX #136E77 Allports

📋 copy color: '#136E77'

red 19 ◦ green 110 ◦ blue 119

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

Shades of Allports #136E77

Tints of Allports #136E77

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.35%

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

R = 7.66%
G = 44.35%
B = 47.98%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#136E77 (or 0x136E77) is known color: Allports. HEX triplet: 13, 6E and 77. RGB value is (19,110,119). Sum of RGB (Red+Green+Blue) = 19+110+119=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #136E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E77 is #EC9188. Grayscale: #535353. Windows color (decimal): -15503753 or 7826963. OLE color: 7826963.

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

Color convert

RGB 19 110 119 -
CMYK 0.84 0.08 0 0.53
HSL 185.4º 0.72% 0.27% -
HSV(B) 185.4º 0.84% 0.47% -
XYZ 9.17 12.62 19.41 -
YUV 83.82 147.85 81.77 -
System Red Green Blue C M Y K H S L
Decimal 19 110 119 0.84 0.08 0 0.53 185.4 0.72 0.27
Hex 13 6E 77 54 8 0 35 B9 48 1B
Octal 23 156 167 124 10 0 65 271 110 33
Binary 10011 1101110 1110111 1010100 1000 0 110101 10111001 1001000 11011

Color Harmonies of #136E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E77

Black with #136E77

Text Example


Text Example

White with #136E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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