#157270

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

Shades of Blue Stone #157270

Tints of Blue Stone #157270

Color information

#157270 (or 0x157270) is unknown color: approx Blue Stone. HEX triplet: 15, 72 and 70. RGB value is (21,114,112). Sum of RGB (Red+Green+Blue) = 21+114+112=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #157270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157270 is #EA8D8F. Grayscale: #555555. Windows color (decimal): -15371664 or 7369237. OLE color: 7369237.

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

Color convert

RGB21114112-
CMYK0.8200.020.55
HSL178.71º68.89%26.47%-
HSV(B)178.71º81.58%44.71%-
XYZ9.2513.3617.42-
YUV85.96142.6981.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=8.50%
G=46.15%
B=45.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211141120.8200.020.55178.7168.8926.47
Hex157270520237b3451a
Octal25162160122026726310532
Binary1010111100101110000101001001011011110110011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157270; }

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

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

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

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

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

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

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

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