#136F86

Color #136F86 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #136F86

Tints of Allports #136F86

Color information

#136F86 (or 0x136F86) is unknown color: approx Allports. HEX triplet: 13, 6F and 86. RGB value is (19,111,134). Sum of RGB (Red+Green+Blue) = 19+111+134=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #136F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F86 is #EC9079. Grayscale: #555555. Windows color (decimal): -15503482 or 8810259. OLE color: 8810259.

HSL color Cylindrical-coordinate representation of color #136F86: hue angle of 192º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136F86 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB19111134-
CMYK0.860.1700.47
HSL192º75.16%30%-
HSV(B)192º85.82%52.55%-
XYZ10.2613.2324.57-
YUV86.11155.0280.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.20%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 134 (52.73% from 255) = 50.76%
R=7.20%
G=42.05%
B=50.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191111340.860.1700.4719275.1630
Hex136F86561102Fc04b1e
Octal231572061262105730011336
Binary10011110111110000110101011010001010111111000000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #136F86;
 }
 .AnyTagClassName
 {
   color: #136F86;
 }
</style>
background-color css

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

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

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

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

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

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