#136B8A

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

Shades of Allports #136B8A

Tints of Allports #136B8A

Color information

#136B8A (or 0x136B8A) is unknown color: approx Allports. HEX triplet: 13, 6B and 8A. RGB value is (19,107,138). Sum of RGB (Red+Green+Blue) = 19+107+138=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #136B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136B8A is #EC9475. Grayscale: #545454. Windows color (decimal): -15504502 or 9071379. OLE color: 9071379.

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

Color convert

RGB19107138-
CMYK0.860.2200.46
HSL195.63º75.8%30.78%-
HSV(B)195.63º86.23%54.12%-
XYZ10.1112.4925.92-
YUV84.22158.3581.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.20%
GREEN value IS 107 (42.19% from 255) = 40.53%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=7.20%
G=40.53%
B=52.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191071380.860.2200.46195.6375.830.78
Hex136B8A561602Ec44c1f
Octal231532121262605630411437
Binary10011110101110001010101011010110010111011000100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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