#136676

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

Shades of Allports #136676

Tints of Allports #136676

Color information

#136676 (or 0x136676) is unknown color: approx Allports. HEX triplet: 13, 66 and 76. RGB value is (19,102,118). Sum of RGB (Red+Green+Blue) = 19+102+118=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #136676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136676 is #EC9989. Grayscale: #4E4E4E. Windows color (decimal): -15505802 or 7759379. OLE color: 7759379.

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

Color convert

RGB19102118-
CMYK0.840.1400.54
HSL189.7º72.26%26.86%-
HSV(B)189.7º83.9%46.27%-
XYZ8.2910.9518.82-
YUV79.0115085.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=7.95%
G=42.68%
B=49.37%

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
Decimal191021180.840.1400.54189.772.2626.86
Hex13667654E036be481b
Octal231461661241606627611033
Binary100111100110111011010101001110011011010111110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136676; }

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

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

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

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

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

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

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

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