Html Css Color HEX #136C79 Allports

📋 copy color: '#136C79'

red 19 ◦ green 108 ◦ blue 121

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

Shades of Allports #136C79

Tints of Allports #136C79

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.55%

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

R = 7.66%
G = 43.55%
B = 48.79%

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

#136C79 (or 0x136C79) is known color: Allports. HEX triplet: 13, 6C and 79. RGB value is (19,108,121). Sum of RGB (Red+Green+Blue) = 19+108+121=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #136C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C79 is #EC9386. Grayscale: #525252. Windows color (decimal): -15504263 or 7957523. OLE color: 7957523.

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

Color convert

RGB 19 108 121 -
CMYK 0.84 0.11 0 0.53
HSL 187.65º 0.73% 0.27% -
HSV(B) 187.65º 0.84% 0.47% -
XYZ 9.08 12.24 19.97 -
YUV 82.87 149.51 82.44 -
System Red Green Blue C M Y K H S L
Decimal 19 108 121 0.84 0.11 0 0.53 187.65 0.73 0.27
Hex 13 6C 79 54 B 0 35 BC 49 1B
Octal 23 154 171 124 13 0 65 274 111 33
Binary 10011 1101100 1111001 1010100 1011 0 110101 10111100 1001001 11011

Color Harmonies of #136C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C79

Black with #136C79

Text Example


Text Example

White with #136C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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