Html Css Color HEX #136F79 Allports

📋 copy color: '#136F79'

red 19 ◦ green 111 ◦ blue 121

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

Shades of Allports #136F79

Tints of Allports #136F79

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.22%

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

R = 7.57%
G = 44.22%
B = 48.21%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#136F79 (or 0x136F79) is known color: Allports. HEX triplet: 13, 6F and 79. RGB value is (19,111,121). Sum of RGB (Red+Green+Blue) = 19+111+121=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #136F79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F79 is #EC9086. Grayscale: #545454. Windows color (decimal): -15503495 or 7958291. OLE color: 7958291.

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

Color convert

RGB 19 111 121 -
CMYK 0.84 0.08 0 0.53
HSL 185.88º 0.73% 0.27% -
HSV(B) 185.88º 0.84% 0.47% -
XYZ 9.4 12.89 20.08 -
YUV 84.63 148.52 81.19 -
System Red Green Blue C M Y K H S L
Decimal 19 111 121 0.84 0.08 0 0.53 185.88 0.73 0.27
Hex 13 6F 79 54 8 0 35 BA 49 1B
Octal 23 157 171 124 10 0 65 272 111 33
Binary 10011 1101111 1111001 1010100 1000 0 110101 10111010 1001001 11011

Color Harmonies of #136F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F79

Black with #136F79

Text Example


Text Example

White with #136F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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