Html Css Color HEX #136D80 Allports

📋 copy color: '#136D80'

red 19 ◦ green 109 ◦ blue 128

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

Shades of Allports #136D80

Tints of Allports #136D80

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.58%

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

R = 7.42%
G = 42.58%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#136D80 (or 0x136D80) is known color: Allports. HEX triplet: 13, 6D and 80. RGB value is (19,109,128). Sum of RGB (Red+Green+Blue) = 19+109+128=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #136D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136D80 is #EC927F. Grayscale: #545454. Windows color (decimal): -15504000 or 8416531. OLE color: 8416531.

HSL color Cylindrical-coordinate representation of color #136D80: hue angle of 190.46º 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 #136D80 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 109 128 -
CMYK 0.85 0.15 0 0.50
HSL 190.46º 0.74% 0.29% -
HSV(B) 190.46º 0.85% 0.5% -
XYZ 9.63 12.63 22.35 -
YUV 84.26 152.68 81.46 -
System Red Green Blue C M Y K H S L
Decimal 19 109 128 0.85 0.15 0 0.50 190.46 0.74 0.29
Hex 13 6D 80 55 F 0 32 BE 4A 1D
Octal 23 155 200 125 17 0 62 276 112 35
Binary 10011 1101101 10000000 1010101 1111 0 110010 10111110 1001010 11101

Color Harmonies of #136D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D80

Black with #136D80

Text Example


Text Example

White with #136D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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