#136576

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

Shades of Allports #136576

Tints of Allports #136576

Color information

#136576 (or 0x136576) is unknown color: approx Allports. HEX triplet: 13, 65 and 76. RGB value is (19,101,118). Sum of RGB (Red+Green+Blue) = 19+101+118=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #136576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136576 is #EC9A89. Grayscale: #4E4E4E. Windows color (decimal): -15506058 or 7759123. OLE color: 7759123.

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

Color convert

RGB19101118-
CMYK0.840.1400.54
HSL190.3º72.26%26.86%-
HSV(B)190.3º83.9%46.27%-
XYZ8.1910.7518.78-
YUV78.42150.3385.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 118 (46.48% from 255) = 49.58%
R=7.98%
G=42.44%
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.54
SystemRedGreenBlueCMYKHSL
Decimal191011180.840.1400.54190.372.2626.86
Hex13657654E036be481b
Octal231451661241606627611033
Binary100111100101111011010101001110011011010111110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136576; }

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

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

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

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

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

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

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

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