#136F84

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

Shades of Allports #136F84

Tints of Allports #136F84

Color information

#136F84 (or 0x136F84) is unknown color: approx Allports. HEX triplet: 13, 6F and 84. RGB value is (19,111,132). Sum of RGB (Red+Green+Blue) = 19+111+132=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #136F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F84 is #EC907B. Grayscale: #555555. Windows color (decimal): -15503484 or 8679187. OLE color: 8679187.

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

Color convert

RGB19111132-
CMYK0.860.1600.48
HSL191.15º74.83%29.61%-
HSV(B)191.15º85.61%51.76%-
XYZ10.1213.1723.84-
YUV85.89154.0280.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.25%
GREEN value IS 111 (43.75% from 255) = 42.37%
BLUE value IS 132 (51.95% from 255) = 50.38%
R=7.25%
G=42.37%
B=50.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191111320.860.1600.48191.1574.8329.61
Hex136F845610030bf4b1e
Octal231572041262006027711336
Binary10011110111110000100101011010000011000010111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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