#136477

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

Shades of Allports #136477

Tints of Allports #136477

Color information

#136477 (or 0x136477) is unknown color: approx Allports. HEX triplet: 13, 64 and 77. RGB value is (19,100,119). Sum of RGB (Red+Green+Blue) = 19+100+119=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #136477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136477 is #EC9B88. Grayscale: #4D4D4D. Windows color (decimal): -15506313 or 7824403. OLE color: 7824403.

HSL color Cylindrical-coordinate representation of color #136477: hue angle of 191.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136477 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB19100119-
CMYK0.840.1600.53
HSL191.4º72.46%27.06%-
HSV(B)191.4º84.03%46.67%-
XYZ8.1610.5819.07-
YUV77.95151.1685.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 119 (46.88% from 255) = 50%
R=7.98%
G=42.02%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191001190.840.1600.53191.472.4627.06
Hex1364775410035bf481b
Octal231441671242006527711033
Binary1001111001001110111101010010000011010110111111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136477; }

 p { color: rgb(19,100,119); }

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

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

 a { background-color: rgb(19,100,119); }

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

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

 span { border-color: rgb(19,100,119); }

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