#137079

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

Shades of Allports #137079

Tints of Allports #137079

Color information

#137079 (or 0x137079) is unknown color: approx Allports. HEX triplet: 13, 70 and 79. RGB value is (19,112,121). Sum of RGB (Red+Green+Blue) = 19+112+121=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #137079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137079 is #EC8F86. Grayscale: #555555. Windows color (decimal): -15503239 or 7958547. OLE color: 7958547.

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

Color convert

RGB19112121-
CMYK0.840.0700.53
HSL185.29º72.86%27.45%-
HSV(B)185.29º84.3%47.45%-
XYZ9.5113.1120.12-
YUV85.22148.1980.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.54%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=7.54%
G=44.44%
B=48.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191121210.840.0700.53185.2972.8627.45
Hex137079547035b9491b
Octal23160171124706527111133
Binary10011111000011110011010100111011010110111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137079; }

 p { color: rgb(19,112,121); }

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

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

 a { background-color: rgb(19,112,121); }

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

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

 span { border-color: rgb(19,112,121); }

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