#136F8C

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

Shades of Allports #136F8C

Tints of Allports #136F8C

Color information

#136F8C (or 0x136F8C) is unknown color: approx Allports. HEX triplet: 13, 6F and 8C. RGB value is (19,111,140). Sum of RGB (Red+Green+Blue) = 19+111+140=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #136F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F8C is #EC9073. Grayscale: #565656. Windows color (decimal): -15503476 or 9203475. OLE color: 9203475.

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

Color convert

RGB19111140-
CMYK0.860.2100.45
HSL194.38º76.1%31.18%-
HSV(B)194.38º86.43%54.9%-
XYZ10.6913.426.83-
YUV86.8158.0279.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.04%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 140 (55.08% from 255) = 51.85%
R=7.04%
G=41.11%
B=51.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191111400.860.2100.45194.3876.131.18
Hex136F8C561502Dc24c1f
Octal231572141262505530211437
Binary10011110111110001100101011010101010110111000010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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