#157063

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

Shades of Blue Stone #157063

Tints of Blue Stone #157063

Color information

#157063 (or 0x157063) is unknown color: approx Blue Stone. HEX triplet: 15, 70 and 63. RGB value is (21,112,99). Sum of RGB (Red+Green+Blue) = 21+112+99=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #157063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157063 is #EA8F9C. Grayscale: #535353. Windows color (decimal): -15372189 or 6516757. OLE color: 6516757.

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

Color convert

RGB2111299-
CMYK0.8100.120.56
HSL171.43º68.42%26.08%-
HSV(B)171.43º81.25%43.92%-
XYZ8.3612.6513.81-
YUV83.31136.8583.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.05%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=9.05%
G=48.28%
B=42.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21112990.8100.120.56171.4368.4226.08
Hex157063510C38ab441a
Octal251601431210147025310432
Binary101011110000110001110100010110011100010101011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157063; }

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

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

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

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

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

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

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

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