Html Css Color HEX #136E81 Allports

📋 copy color: '#136E81'

red 19 ◦ green 110 ◦ blue 129

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

Shades of Allports #136E81

Tints of Allports #136E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 50%

R = 7.36%
G = 42.64%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#136E81 (or 0x136E81) is known color: Allports. HEX triplet: 13, 6E and 81. RGB value is (19,110,129). Sum of RGB (Red+Green+Blue) = 19+110+129=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #136E81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136E81 is #EC917E. Grayscale: #545454. Windows color (decimal): -15503743 or 8482323. OLE color: 8482323.

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

Color convert

RGB 19 110 129 -
CMYK 0.85 0.15 0 0.49
HSL 190.36º 0.74% 0.29% -
HSV(B) 190.36º 0.85% 0.51% -
XYZ 9.81 12.88 22.74 -
YUV 84.96 152.85 80.96 -
System Red Green Blue C M Y K H S L
Decimal 19 110 129 0.85 0.15 0 0.49 190.36 0.74 0.29
Hex 13 6E 81 55 F 0 31 BE 4A 1D
Octal 23 156 201 125 17 0 61 276 112 35
Binary 10011 1101110 10000001 1010101 1111 0 110001 10111110 1001010 11101

Color Harmonies of #136E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E81

Black with #136E81

Text Example


Text Example

White with #136E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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