#156864

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

Shades of Blue Stone #156864

Tints of Blue Stone #156864

Color information

#156864 (or 0x156864) is unknown color: approx Blue Stone. HEX triplet: 15, 68 and 64. RGB value is (21,104,100). Sum of RGB (Red+Green+Blue) = 21+104+100=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #156864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156864 is #EA979B. Grayscale: #4E4E4E. Windows color (decimal): -15374236 or 6580245. OLE color: 6580245.

HSL color Cylindrical-coordinate representation of color #156864: hue angle of 177.11º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156864 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB21104100-
CMYK0.8000.040.59
HSL177.11º66.4%24.51%-
HSV(B)177.11º79.81%40.78%-
XYZ7.5610.9813.78-
YUV78.7314086.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=9.33%
G=46.22%
B=44.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal211041000.8000.040.59177.1166.424.51
Hex15686450043Bb14219
Octal25150144120047326110231
Binary10101110100011001001010000010011101110110001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156864; }

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

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

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

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

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

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

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

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