#157064

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

Shades of Blue Stone #157064

Tints of Blue Stone #157064

Color information

#157064 (or 0x157064) is unknown color: approx Blue Stone. HEX triplet: 15, 70 and 64. RGB value is (21,112,100). Sum of RGB (Red+Green+Blue) = 21+112+100=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #157064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157064 is #EA8F9B. Grayscale: #535353. Windows color (decimal): -15372188 or 6582293. OLE color: 6582293.

HSL color Cylindrical-coordinate representation of color #157064: hue angle of 172.09º degrees, saturation: 0.68, 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 #157064 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB21112100-
CMYK0.8100.110.56
HSL172.09º68.42%26.08%-
HSV(B)172.09º81.25%43.92%-
XYZ8.412.6714.06-
YUV83.42137.3583.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.01%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 100 (39.45% from 255) = 42.92%
R=9.01%
G=48.07%
B=42.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211121000.8100.110.56172.0968.4226.08
Hex157064510B38ac441a
Octal251601441210137025410432
Binary101011110000110010010100010101111100010101100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157064; }

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

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

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

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

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

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

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

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