#136C84

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

Shades of Allports #136C84

Tints of Allports #136C84

Color information

#136C84 (or 0x136C84) is unknown color: approx Allports. HEX triplet: 13, 6C and 84. RGB value is (19,108,132). Sum of RGB (Red+Green+Blue) = 19+108+132=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #136C84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136C84 is #EC937B. Grayscale: #535353. Windows color (decimal): -15504252 or 8678419. OLE color: 8678419.

HSL color Cylindrical-coordinate representation of color #136C84: hue angle of 192.74º 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 #136C84 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB19108132-
CMYK0.860.1800.48
HSL192.74º74.83%29.61%-
HSV(B)192.74º85.61%51.76%-
XYZ9.812.5323.73-
YUV84.12155.0181.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.34%
GREEN value IS 108 (42.58% from 255) = 41.70%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=7.34%
G=41.70%
B=50.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191081320.860.1800.48192.7474.8329.61
Hex136C845612030c14b1e
Octal231542041262206030111336
Binary10011110110010000100101011010010011000011000001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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