Html Css Color HEX #136B80 Allports

📋 copy color: '#136B80'

red 19 ◦ green 107 ◦ blue 128

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

Shades of Allports #136B80

Tints of Allports #136B80

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.13%

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

R = 7.48%
G = 42.13%
B = 50.39%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#136B80 (or 0x136B80) is known color: Allports. HEX triplet: 13, 6B and 80. RGB value is (19,107,128). Sum of RGB (Red+Green+Blue) = 19+107+128=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #136B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136B80 is #EC947F. Grayscale: #525252. Windows color (decimal): -15504512 or 8416019. OLE color: 8416019.

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

Color convert

RGB 19 107 128 -
CMYK 0.85 0.16 0 0.50
HSL 191.56º 0.74% 0.29% -
HSV(B) 191.56º 0.85% 0.5% -
XYZ 9.42 12.21 22.28 -
YUV 83.08 153.35 82.29 -
System Red Green Blue C M Y K H S L
Decimal 19 107 128 0.85 0.16 0 0.50 191.56 0.74 0.29
Hex 13 6B 80 55 10 0 32 C0 4A 1D
Octal 23 153 200 125 20 0 62 300 112 35
Binary 10011 1101011 10000000 1010101 10000 0 110010 11000000 1001010 11101

Color Harmonies of #136B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B80

Black with #136B80

Text Example


Text Example

White with #136B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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