#136E7D

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

Shades of Allports #136E7D

Tints of Allports #136E7D

Color information

#136E7D (or 0x136E7D) is unknown color: approx Allports. HEX triplet: 13, 6E and 7D. RGB value is (19,110,125). Sum of RGB (Red+Green+Blue) = 19+110+125=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #136E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E7D is #EC9182. Grayscale: #545454. Windows color (decimal): -15503747 or 8220179. OLE color: 8220179.

HSL color Cylindrical-coordinate representation of color #136E7D: hue angle of 188.49º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136E7D is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB19110125-
CMYK0.850.1200.51
HSL188.49º73.61%28.24%-
HSV(B)188.49º84.8%49.02%-
XYZ9.5512.7721.36-
YUV84.5150.8581.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 110 (43.36% from 255) = 43.31%
BLUE value IS 125 (49.22% from 255) = 49.21%
R=7.48%
G=43.31%
B=49.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal191101250.850.1200.51188.4973.6128.24
Hex136E7D55C033bc4a1c
Octal231561751251406327411234
Binary100111101110111110110101011100011001110111100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,110,125); }

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

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

 a { background-color: rgb(19,110,125); }

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

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

 span { border-color: rgb(19,110,125); }

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