#136577

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

Shades of Allports #136577

Tints of Allports #136577

Color information

#136577 (or 0x136577) is unknown color: approx Allports. HEX triplet: 13, 65 and 77. RGB value is (19,101,119). Sum of RGB (Red+Green+Blue) = 19+101+119=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #136577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136577 is #EC9A88. Grayscale: #4E4E4E. Windows color (decimal): -15506057 or 7824659. OLE color: 7824659.

HSL color Cylindrical-coordinate representation of color #136577: hue angle of 190.8º 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 #136577 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB19101119-
CMYK0.840.1500.53
HSL190.8º72.46%27.06%-
HSV(B)190.8º84.03%46.67%-
XYZ8.2510.7819.1-
YUV78.53150.8385.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=7.95%
G=42.26%
B=49.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191011190.840.1500.53190.872.4627.06
Hex13657754F035bf481b
Octal231451671241706527711033
Binary100111100101111011110101001111011010110111111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136577; }

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

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

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

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

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

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

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

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