#136B93

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

Shades of Allports #136B93

Tints of Allports #136B93

Color information

#136B93 (or 0x136B93) is unknown color: approx Allports. HEX triplet: 13, 6B and 93. RGB value is (19,107,147). Sum of RGB (Red+Green+Blue) = 19+107+147=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #136B93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136B93 is #EC946C. Grayscale: #555555. Windows color (decimal): -15504493 or 9661203. OLE color: 9661203.

HSL color Cylindrical-coordinate representation of color #136B93: hue angle of 198.75º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136B93 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB19107147-
CMYK0.870.2700.42
HSL198.75º77.11%32.55%-
HSV(B)198.75º87.07%57.65%-
XYZ10.7912.7629.5-
YUV85.25162.8580.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.96%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 147 (57.81% from 255) = 53.85%
R=6.96%
G=39.19%
B=53.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191071470.870.2700.42198.7577.1132.55
Hex136B93571B02Ac74d21
Octal231532231273305230711541
Binary100111101011100100111010111110110101010110001111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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