Html Css Color HEX #136A77 Allports

📋 copy color: '#136A77'

red 19 ◦ green 106 ◦ blue 119

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

Shades of Allports #136A77

Tints of Allports #136A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.44%

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

R = 7.79%
G = 43.44%
B = 48.77%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#136A77 (or 0x136A77) is known color: Allports. HEX triplet: 13, 6A and 77. RGB value is (19,106,119). Sum of RGB (Red+Green+Blue) = 19+106+119=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #136A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A77 is #EC9588. Grayscale: #515151. Windows color (decimal): -15504777 or 7825939. OLE color: 7825939.

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

Color convert

RGB 19 106 119 -
CMYK 0.84 0.11 0 0.53
HSL 187.8º 0.72% 0.27% -
HSV(B) 187.8º 0.84% 0.47% -
XYZ 8.75 11.78 19.26 -
YUV 81.47 149.18 83.44 -
System Red Green Blue C M Y K H S L
Decimal 19 106 119 0.84 0.11 0 0.53 187.8 0.72 0.27
Hex 13 6A 77 54 B 0 35 BC 48 1B
Octal 23 152 167 124 13 0 65 274 110 33
Binary 10011 1101010 1110111 1010100 1011 0 110101 10111100 1001000 11011

Color Harmonies of #136A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136A77

Black with #136A77

Text Example


Text Example

White with #136A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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