Html Css Color HEX #136E79 Allports

📋 copy color: '#136E79'

red 19 ◦ green 110 ◦ blue 121

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

Shades of Allports #136E79

Tints of Allports #136E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 48.4%

R = 7.6%
G = 44%
B = 48.4%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#136E79 (or 0x136E79) is known color: Allports. HEX triplet: 13, 6E and 79. RGB value is (19,110,121). Sum of RGB (Red+Green+Blue) = 19+110+121=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #136E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E79 is #EC9186. Grayscale: #535353. Windows color (decimal): -15503751 or 7958035. OLE color: 7958035.

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

Color convert

RGB 19 110 121 -
CMYK 0.84 0.09 0 0.53
HSL 186.47º 0.73% 0.27% -
HSV(B) 186.47º 0.84% 0.47% -
XYZ 9.3 12.67 20.04 -
YUV 84.05 148.85 81.61 -
System Red Green Blue C M Y K H S L
Decimal 19 110 121 0.84 0.09 0 0.53 186.47 0.73 0.27
Hex 13 6E 79 54 9 0 35 BA 49 1B
Octal 23 156 171 124 11 0 65 272 111 33
Binary 10011 1101110 1111001 1010100 1001 0 110101 10111010 1001001 11011

Color Harmonies of #136E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E79

Black with #136E79

Text Example


Text Example

White with #136E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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