#136B7D

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

Shades of Allports #136B7D

Tints of Allports #136B7D

Color information

#136B7D (or 0x136B7D) is unknown color: approx Allports. HEX triplet: 13, 6B and 7D. RGB value is (19,107,125). Sum of RGB (Red+Green+Blue) = 19+107+125=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #136B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B7D is #EC9482. Grayscale: #525252. Windows color (decimal): -15504515 or 8219411. OLE color: 8219411.

HSL color Cylindrical-coordinate representation of color #136B7D: hue angle of 190.19º 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 #136B7D is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB19107125-
CMYK0.850.1400.51
HSL190.19º73.61%28.24%-
HSV(B)190.19º84.8%49.02%-
XYZ9.2312.1321.26-
YUV82.74151.8582.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 107 (42.19% from 255) = 42.63%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=7.57%
G=42.63%
B=49.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal191071250.850.1400.51190.1973.6128.24
Hex136B7D55E033be4a1c
Octal231531751251606327611234
Binary100111101011111110110101011110011001110111110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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