#136377

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

Shades of Allports #136377

Tints of Allports #136377

Color information

#136377 (or 0x136377) is unknown color: approx Allports. HEX triplet: 13, 63 and 77. RGB value is (19,99,119). Sum of RGB (Red+Green+Blue) = 19+99+119=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #136377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136377 is #EC9C88. Grayscale: #4D4D4D. Windows color (decimal): -15506569 or 7824147. OLE color: 7824147.

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

Color convert

RGB1999119-
CMYK0.840.1700.53
HSL192º72.46%27.06%-
HSV(B)192º84.03%46.67%-
XYZ8.0610.3919.03-
YUV77.36151.586.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=8.02%
G=41.77%
B=50.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19991190.840.1700.5319272.4627.06
Hex1363775411035c0481b
Octal231431671242106530011033
Binary1001111000111110111101010010001011010111000000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136377; }

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

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

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

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

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

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

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

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