#137073

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

Shades of Allports #137073

Tints of Allports #137073

Color information

#137073 (or 0x137073) is unknown color: approx Allports. HEX triplet: 13, 70 and 73. RGB value is (19,112,115). Sum of RGB (Red+Green+Blue) = 19+112+115=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #137073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137073 is #EC8F8C. Grayscale: #545454. Windows color (decimal): -15503245 or 7565331. OLE color: 7565331.

HSL color Cylindrical-coordinate representation of color #137073: hue angle of 181.88º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137073 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB19112115-
CMYK0.830.0300.55
HSL181.88º71.64%26.27%-
HSV(B)181.88º83.48%45.1%-
XYZ9.1612.9618.24-
YUV84.54145.1981.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=7.72%
G=45.53%
B=46.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal191121150.830.0300.55181.8871.6426.27
Hex137073533037b6481a
Octal23160163123306726611032
Binary1001111100001110011101001111011011110110110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137073; }

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

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

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

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

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

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

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

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