#146857

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

Shades of Blue Stone #146857

Tints of Blue Stone #146857

Color information

#146857 (or 0x146857) is unknown color: approx Blue Stone. HEX triplet: 14, 68 and 57. RGB value is (20,104,87). Sum of RGB (Red+Green+Blue) = 20+104+87=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #146857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146857 is #EB97A8. Grayscale: #4C4C4C. Windows color (decimal): -15439785 or 5728276. OLE color: 5728276.

HSL color Cylindrical-coordinate representation of color #146857: hue angle of 167.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146857 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB2010487-
CMYK0.8100.160.59
HSL167.86º67.74%24.31%-
HSV(B)167.86º80.77%40.78%-
XYZ6.9610.7410.72-
YUV76.95133.6787.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=9.48%
G=49.29%
B=41.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104870.8100.160.59167.8667.7424.31
Hex146857510103Ba84418
Octal241501271210207325010430
Binary1010011010001010111101000101000011101110101000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146857; }

 p { color: rgb(20,104,87); }

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

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

 a { background-color: rgb(20,104,87); }

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

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

 span { border-color: rgb(20,104,87); }

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