#157271

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

Shades of Blue Stone #157271

Tints of Blue Stone #157271

Color information

#157271 (or 0x157271) is unknown color: approx Blue Stone. HEX triplet: 15, 72 and 71. RGB value is (21,114,113). Sum of RGB (Red+Green+Blue) = 21+114+113=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #157271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157271 is #EA8D8E. Grayscale: #555555. Windows color (decimal): -15371663 or 7434773. OLE color: 7434773.

HSL color Cylindrical-coordinate representation of color #157271: hue angle of 179.35º 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 #157271 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB21114113-
CMYK0.8200.010.55
HSL179.35º68.89%26.47%-
HSV(B)179.35º81.58%44.71%-
XYZ9.3113.3917.72-
YUV86.08143.1981.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=8.47%
G=45.97%
B=45.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211141130.8200.010.55179.3568.8926.47
Hex157271520137b3451a
Octal25162161122016726310532
Binary101011110010111000110100100111011110110011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157271; }

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

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

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

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

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

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

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

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