#137072

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

Shades of Blue Stone #137072

Tints of Blue Stone #137072

Color information

#137072 (or 0x137072) is unknown color: approx Blue Stone. HEX triplet: 13, 70 and 72. RGB value is (19,112,114). Sum of RGB (Red+Green+Blue) = 19+112+114=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #137072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137072 is #EC8F8D. Grayscale: #545454. Windows color (decimal): -15503246 or 7499795. OLE color: 7499795.

HSL color Cylindrical-coordinate representation of color #137072: hue angle of 181.26º degrees, saturation: 0.71, 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 #137072 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB19112114-
CMYK0.830.0200.55
HSL181.26º71.43%26.08%-
HSV(B)181.26º83.33%44.71%-
XYZ9.112.9417.94-
YUV84.42144.6981.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.76%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=7.76%
G=45.71%
B=46.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal191121140.830.0200.55181.2671.4326.08
Hex137072532037b5471a
Octal23160162123206726510732
Binary1001111100001110010101001110011011110110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137072; }

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

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

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

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

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

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

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

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