#136C8B

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

Shades of Allports #136C8B

Tints of Allports #136C8B

Color information

#136C8B (or 0x136C8B) is unknown color: approx Allports. HEX triplet: 13, 6C and 8B. RGB value is (19,108,139). Sum of RGB (Red+Green+Blue) = 19+108+139=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #136C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136C8B is #EC9374. Grayscale: #545454. Windows color (decimal): -15504245 or 9137171. OLE color: 9137171.

HSL color Cylindrical-coordinate representation of color #136C8B: hue angle of 195.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136C8B is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB19108139-
CMYK0.860.2200.45
HSL195.5º75.95%30.98%-
HSV(B)195.5º86.33%54.51%-
XYZ10.2912.7326.34-
YUV84.92158.5180.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.14%
GREEN value IS 108 (42.58% from 255) = 40.60%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=7.14%
G=40.60%
B=52.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191081390.860.2200.45195.575.9530.98
Hex136C8B561602Dc44c1f
Octal231542131262605530411437
Binary10011110110010001011101011010110010110111000100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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