#136677

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

Shades of Allports #136677

Tints of Allports #136677

Color information

#136677 (or 0x136677) is unknown color: approx Allports. HEX triplet: 13, 66 and 77. RGB value is (19,102,119). Sum of RGB (Red+Green+Blue) = 19+102+119=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #136677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136677 is #EC9988. Grayscale: #4E4E4E. Windows color (decimal): -15505801 or 7824915. OLE color: 7824915.

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

Color convert

RGB19102119-
CMYK0.840.1400.53
HSL190.2º72.46%27.06%-
HSV(B)190.2º84.03%46.67%-
XYZ8.3510.9719.13-
YUV79.12150.585.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.92%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=7.92%
G=42.5%
B=49.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191021190.840.1400.53190.272.4627.06
Hex13667754E035be481b
Octal231461671241606527611033
Binary100111100110111011110101001110011010110111110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136677; }

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

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

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

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

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

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

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

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