#136C8C

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

Shades of Allports #136C8C

Tints of Allports #136C8C

Color information

#136C8C (or 0x136C8C) is unknown color: approx Allports. HEX triplet: 13, 6C and 8C. RGB value is (19,108,140). Sum of RGB (Red+Green+Blue) = 19+108+140=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #136C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136C8C is #EC9373. Grayscale: #545454. Windows color (decimal): -15504244 or 9202707. OLE color: 9202707.

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

Color convert

RGB19108140-
CMYK0.860.2300.45
HSL195.87º76.1%31.18%-
HSV(B)195.87º86.43%54.9%-
XYZ10.3612.7626.73-
YUV85.04159.0180.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.12%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 140 (55.08% from 255) = 52.43%
R=7.12%
G=40.45%
B=52.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191081400.860.2300.45195.8776.131.18
Hex136C8C561702Dc44c1f
Octal231542141262705530411437
Binary10011110110010001100101011010111010110111000100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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