#136578

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

Shades of Allports #136578

Tints of Allports #136578

Color information

#136578 (or 0x136578) is unknown color: approx Allports. HEX triplet: 13, 65 and 78. RGB value is (19,101,120). Sum of RGB (Red+Green+Blue) = 19+101+120=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #136578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136578 is #EC9A87. Grayscale: #4E4E4E. Windows color (decimal): -15506056 or 7890195. OLE color: 7890195.

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

Color convert

RGB19101120-
CMYK0.840.1600.53
HSL191.29º72.66%27.25%-
HSV(B)191.29º84.17%47.06%-
XYZ8.3110.819.42-
YUV78.65151.3385.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.92%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 120 (47.27% from 255) = 50%
R=7.92%
G=42.08%
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
Decimal191011200.840.1600.53191.2972.6627.25
Hex1365785410035bf491b
Octal231451701242006527711133
Binary1001111001011111000101010010000011010110111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136578; }

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

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

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

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

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

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

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

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