#157071

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

Shades of Blue Stone #157071

Tints of Blue Stone #157071

Color information

#157071 (or 0x157071) is unknown color: approx Blue Stone. HEX triplet: 15, 70 and 71. RGB value is (21,112,113). Sum of RGB (Red+Green+Blue) = 21+112+113=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #157071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157071 is #EA8F8E. Grayscale: #545454. Windows color (decimal): -15372175 or 7434261. OLE color: 7434261.

HSL color Cylindrical-coordinate representation of color #157071: hue angle of 180.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157071 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB21112113-
CMYK0.810.0100.56
HSL180.65º68.66%26.27%-
HSV(B)180.65º81.42%44.31%-
XYZ9.0812.9417.64-
YUV84.9143.8582.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.54%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=8.54%
G=45.53%
B=45.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211121130.810.0100.56180.6568.6626.27
Hex157071511038b5451a
Octal25160161121107026510532
Binary101011110000111000110100011011100010110101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157071; }

 p { color: rgb(21,112,113); }

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

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

 a { background-color: rgb(21,112,113); }

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

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

 span { border-color: rgb(21,112,113); }

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