#156964

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

Shades of Blue Stone #156964

Tints of Blue Stone #156964

Color information

#156964 (or 0x156964) is unknown color: approx Blue Stone. HEX triplet: 15, 69 and 64. RGB value is (21,105,100). Sum of RGB (Red+Green+Blue) = 21+105+100=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #156964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156964 is #EA969B. Grayscale: #4F4F4F. Windows color (decimal): -15373980 or 6580501. OLE color: 6580501.

HSL color Cylindrical-coordinate representation of color #156964: hue angle of 176.43º degrees, saturation: 0.67, 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 #156964 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB21105100-
CMYK0.8000.050.59
HSL176.43º66.67%24.71%-
HSV(B)176.43º80%41.18%-
XYZ7.6611.1813.81-
YUV79.31139.6786.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 105 (41.41% from 255) = 46.46%
BLUE value IS 100 (39.45% from 255) = 44.25%
R=9.29%
G=46.46%
B=44.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal211051000.8000.050.59176.4366.6724.71
Hex15696450053Bb04319
Octal25151144120057326010331
Binary10101110100111001001010000010111101110110000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156964; }

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

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

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

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

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

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

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

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