Html Css Color HEX #136E80 Allports

📋 copy color: '#136E80'

red 19 ◦ green 110 ◦ blue 128

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

Shades of Allports #136E80

Tints of Allports #136E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.81%

R = 7.39%
G = 42.8%
B = 49.81%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#136E80 (or 0x136E80) is known color: Allports. HEX triplet: 13, 6E and 80. RGB value is (19,110,128). Sum of RGB (Red+Green+Blue) = 19+110+128=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #136E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136E80 is #EC917F. Grayscale: #545454. Windows color (decimal): -15503744 or 8416787. OLE color: 8416787.

HSL color Cylindrical-coordinate representation of color #136E80: hue angle of 189.91º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136E80 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 110 128 -
CMYK 0.85 0.14 0 0.50
HSL 189.91º 0.74% 0.29% -
HSV(B) 189.91º 0.85% 0.5% -
XYZ 9.74 12.85 22.39 -
YUV 84.84 152.35 81.04 -
System Red Green Blue C M Y K H S L
Decimal 19 110 128 0.85 0.14 0 0.50 189.91 0.74 0.29
Hex 13 6E 80 55 E 0 32 BE 4A 1D
Octal 23 156 200 125 16 0 62 276 112 35
Binary 10011 1101110 10000000 1010101 1110 0 110010 10111110 1001010 11101

Color Harmonies of #136E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E80

Black with #136E80

Text Example


Text Example

White with #136E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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